Commit 9e229920 authored by Ian Lance Taylor's avatar Ian Lance Taylor

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: default avatarBrad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 3cee5505
...@@ -440,7 +440,6 @@ func TestPointerChecks(t *testing.T) { ...@@ -440,7 +440,6 @@ func TestPointerChecks(t *testing.T) {
atomic.AddInt32(&pending, +1) atomic.AddInt32(&pending, +1)
defer func() { defer func() {
if atomic.AddInt32(&pending, -1) == 0 { if atomic.AddInt32(&pending, -1) == 0 {
println("removing", dir)
os.RemoveAll(dir) os.RemoveAll(dir)
} }
}() }()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment