summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2019-05-30 18:33:14 -0400
committerIan Lance Taylor <iant@golang.org>2019-05-30 22:55:48 +0000
commit9e2299207a4ed4de49eae173903ae88ee8da6065 (patch)
tree80c98705a374330f5bb3a7aad81deee612fcf6f4 /misc
parent3cee55057f57a38003d8ff5f8495dbf82f91d5ef (diff)
downloadgo-git-9e2299207a4ed4de49eae173903ae88ee8da6065.tar.gz
misc/cgo/errors: remove debugging println
Change-Id: I0c7da31e94307f939e1a2f023e00d5b24bac0ea6 Reviewed-on: https://go-review.googlesource.com/c/go/+/179604 Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/cgo/errors/ptr_test.go1
1 files changed, 0 insertions, 1 deletions
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)
}
}()