diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-23 16:16:08 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-23 16:16:08 +0000 |
commit | ab0f92a566c3fc5a419b06577c595f97e92fbc77 (patch) | |
tree | d407792427f1b1ed3b1c4185b4babec3dc3b68cf /docs | |
parent | 902211e68a537c6f765119d189d723bd78b62386 (diff) | |
download | busybox-w32-ab0f92a566c3fc5a419b06577c595f97e92fbc77.tar.gz busybox-w32-ab0f92a566c3fc5a419b06577c595f97e92fbc77.tar.bz2 busybox-w32-ab0f92a566c3fc5a419b06577c595f97e92fbc77.zip |
forgot to remove some debugging noise
git-svn-id: svn://busybox.net/trunk/busybox@1916 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-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 { | |||
36 | } | 36 | } |
37 | @line | 37 | @line |
38 | ); | 38 | ); |
39 | print STDERR "-- d\n"; | ||
40 | print STDERR $text; | ||
41 | return $text; | 39 | return $text; |
42 | } | 40 | } |
43 | 41 | ||
@@ -182,4 +180,4 @@ John BEPPU <beppu@lineo.com> | |||
182 | 180 | ||
183 | =cut | 181 | =cut |
184 | 182 | ||
185 | # $Id: autodocifier.pl,v 1.6 2001/02/23 16:15:34 beppu Exp $ | 183 | # $Id: autodocifier.pl,v 1.7 2001/02/23 16:16:08 beppu Exp $ |