diff options
author | John Beppu <beppu@lbox.org> | 2001-02-23 16:16:08 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2001-02-23 16:16:08 +0000 |
commit | 15f9b92127057c3764d355e49c567969471c1757 (patch) | |
tree | d407792427f1b1ed3b1c4185b4babec3dc3b68cf | |
parent | df1e9daf3032a86547f10ba9010d55e2c0a8cede (diff) | |
download | busybox-15f9b92127057c3764d355e49c567969471c1757.tar.gz |
forgot to remove some debugging noise
-rwxr-xr-x | docs/autodocifier.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 1f8cdc35e..fc4acadc8 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl @@ -36,8 +36,6 @@ sub beautify { } @line ); - print STDERR "-- d\n"; - print STDERR $text; return $text; } @@ -182,4 +180,4 @@ John BEPPU <beppu@lineo.com> =cut -# $Id: autodocifier.pl,v 1.6 2001/02/23 16:15:34 beppu Exp $ +# $Id: autodocifier.pl,v 1.7 2001/02/23 16:16:08 beppu Exp $ |