Skip to content

Commit

Permalink
Item2581: BuildContrib floods terminal with debug messages hiding rea…
Browse files Browse the repository at this point in the history
…l errors

git-svn-id: http://svn.foswiki.org/trunk@5935 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Jan 5, 2010
1 parent 375f96b commit 7832170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildContrib/lib/Foswiki/Contrib/Build.pm
Expand Up @@ -1099,7 +1099,7 @@ sub build_js {
my $ot = <IF>;
close($ot);
if ($text eq $ot) {
print STDERR "$to is up to date w.r.t $from\n";
#print STDERR "$to is up to date w.r.t $from\n";
return 1; # no changes
}
}
Expand Down

0 comments on commit 7832170

Please sign in to comment.