From 5b624bdb4e508bec1e3808d1f6041003d29cfbda Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 19 Mar 2011 01:13:01 -0700 Subject: [PATCH] remove some spew --- build.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.pl b/build.pl index 8919168d7..a299b1c83 100755 --- a/build.pl +++ b/build.pl @@ -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 {