From: Rob Pike Date: Tue, 1 Mar 2011 21:39:44 +0000 (-0800) Subject: fmt: delete debugging print that crept in to test. X-Git-Tag: weekly.2011-03-07~63 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a77744f488e863878c5ccff4ff4d94854921939f;p=gostls13.git fmt: delete debugging print that crept in to test. (you'd never see it, but ouch.) Spotted by Florian Weimer. R=rsc CC=golang-dev https://golang.org/cl/4259044 --- diff --git a/src/pkg/fmt/fmt_test.go b/src/pkg/fmt/fmt_test.go index 434561f140..c8aa6090bb 100644 --- a/src/pkg/fmt/fmt_test.go +++ b/src/pkg/fmt/fmt_test.go @@ -400,7 +400,6 @@ func TestSprintf(t *testing.T) { s = s[0:i] + "PTR" + s[j:] } if s != tt.out { - println(s, "XXX", tt.out) if _, ok := tt.val.(string); ok { // Don't requote the already-quoted strings. // It's too confusing to read the errors.