Skip to content

Commit 8ecb240

Browse files
author
Ralph Castain
committed
Use quiet print for debug
Signed-off-by: Ralph Castain <[email protected]>
1 parent 14b4698 commit 8ecb240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/purge-tab-indents.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sub quiet_print {
8181
next;
8282
}
8383

84-
print "FILE: ", $f, "\n";
84+
quiet_print "FILE: $f\n";
8585

8686
open(FILE, "$f");
8787
my @lines_with_tabs = <FILE>;

0 commit comments

Comments
 (0)