Index: trunk/phase3/maintenance/postgres/compare_schemas.pl |
— | — | @@ -479,7 +479,7 @@ |
480 | 480 | my $dir = shift; |
481 | 481 | |
482 | 482 | opendir my $dh, $dir or die qq{Could not opendir $dir: $!\n}; |
483 | | - print "Scanning $dir...\n"; |
| 483 | + #print "Scanning $dir...\n"; |
484 | 484 | for my $file (grep { -f "$dir/$_" and /\.php$/ } readdir $dh) { |
485 | 485 | find_problems("$dir/$file"); |
486 | 486 | } |