From fba55630487d129f9ce0b6c919f866ded5947a3f Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 31 Jul 2008 16:19:15 +0000 Subject: [PATCH] Not so verbose, please. --- maintenance/postgres/compare_schemas.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.20.1