diff --git a/core/tools/develop/post-commit.pl b/core/tools/develop/post-commit.pl index 3b13d81341..7f91102028 100755 --- a/core/tools/develop/post-commit.pl +++ b/core/tools/develop/post-commit.pl @@ -33,7 +33,7 @@ $first ||= ( $last - 1 ); -print "F:$first L:$last\n" if $verbose; +#print "F:$first L:$last\n" if $verbose; my @changes; for ( my $i = $first + 1 ; $i <= $last ; $i++ ) { push( @@ -45,7 +45,7 @@ split( /\n/, `/usr/local/bin/svnlook changed -r $i $REPOS` ) ); } -print scalar(@changes), " changes\n" if $verbose; +#print scalar(@changes), " changes\n" if $verbose; exit 0 unless scalar(@changes); sub _add {