Not so verbose, please.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 31 Jul 2008 16:19:15 +0000 (16:19 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 31 Jul 2008 16:19:15 +0000 (16:19 +0000)
maintenance/postgres/compare_schemas.pl

index 84415d7..be5d8f8 100644 (file)
@@ -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");
        }