From a77744f488e863878c5ccff4ff4d94854921939f Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 1 Mar 2011 13:39:44 -0800 Subject: [PATCH] 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 --- src/pkg/fmt/fmt_test.go | 1 - 1 file changed, 1 deletion(-) 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.