From: Ian Lance Taylor Date: Thu, 30 May 2019 22:33:14 +0000 (-0400) Subject: misc/cgo/errors: remove debugging println X-Git-Tag: go1.13beta1~170 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9e2299207a4ed4de49eae173903ae88ee8da6065;p=gostls13.git misc/cgo/errors: remove debugging println Change-Id: I0c7da31e94307f939e1a2f023e00d5b24bac0ea6 Reviewed-on: https://go-review.googlesource.com/c/go/+/179604 Run-TryBot: Ian Lance Taylor Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/misc/cgo/errors/ptr_test.go b/misc/cgo/errors/ptr_test.go index ba4f4ade64..12846cae44 100644 --- a/misc/cgo/errors/ptr_test.go +++ b/misc/cgo/errors/ptr_test.go @@ -440,7 +440,6 @@ func TestPointerChecks(t *testing.T) { atomic.AddInt32(&pending, +1) defer func() { if atomic.AddInt32(&pending, -1) == 0 { - println("removing", dir) os.RemoveAll(dir) } }()