From: Greg Sabino Mullane Date: Thu, 31 Jul 2008 16:19:15 +0000 (+0000) Subject: Not so verbose, please. X-Git-Tag: 1.31.0-rc.0~46248 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=fba55630487d129f9ce0b6c919f866ded5947a3f;p=lhc%2Fweb%2Fwiklou.git Not so verbose, please. --- diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index 84415d79d3..be5d8f8f1b 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -479,7 +479,7 @@ sub scan_dir { my $dir = shift; opendir my $dh, $dir or die qq{Could not opendir $dir: $!\n}; - print "Scanning $dir...\n"; + #print "Scanning $dir...\n"; for my $file (grep { -f "$dir/$_" and /\.php$/ } readdir $dh) { find_problems("$dir/$file"); }