From: John Beppu Date: Fri, 23 Feb 2001 16:16:08 +0000 (-0000) Subject: forgot to remove some debugging noise X-Git-Tag: 0_50~154 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=15f9b92127057c3764d355e49c567969471c1757;p=oweals%2Fbusybox.git forgot to remove some debugging noise --- 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 =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 $