remove some spew

This commit is contained in:
Brad Fitzpatrick 2011-03-19 01:13:01 -07:00
parent a88dd30073
commit 5b624bdb4e
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ sub find_go_camli_deps {
print $mf "include \$(GOROOT)/src/Make.$type\n";
close($mf);
print "DEPS of $target: @{ $t->{deps} }\n";
# print "DEPS of $target: @{ $t->{deps} }\n";
}
sub read_targets {