Skip to content

Commit e62792b

Browse files
committed
rm fmt.Println
1 parent 05cf637 commit e62792b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pool/pool_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package pool
33
import (
44
"context"
55
"errors"
6-
"fmt"
76
"math/rand"
87
"sync"
98
"sync/atomic"
@@ -339,7 +338,6 @@ func TestPool(t *testing.T) {
339338
atomic.AddInt64(&newItems, 1)
340339
v := &testItem{
341340
onClose: func() error {
342-
fmt.Println("close call")
343341
atomic.AddInt64(&deleteItems, 1)
344342

345343
return nil

0 commit comments

Comments
 (0)