diff --git a/src/runtime/defer_test.go b/src/runtime/defer_test.go index 1d5745d60b..821db0ca12 100644 --- a/src/runtime/defer_test.go +++ b/src/runtime/defer_test.go @@ -467,7 +467,6 @@ func TestIssue43920(t *testing.T) { } func step(t *testing.T, steps *int, want int) { - println("step", want) *steps++ if *steps != want { t.Fatalf("have %v, want %v", *steps, want)