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.