Skip to content

Commit 97c714e

Browse files
authored
[chore] Remove debug line from a test (#10261)
1 parent 8606327 commit 97c714e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

exporter/exporterhelper/batch_sender_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ package exporterhelper // import "go.opentelemetry.io/collector/exporter/exporte
66
import (
77
"context"
88
"errors"
9-
"fmt"
109
"sync"
1110
"testing"
1211
"time"
@@ -181,8 +180,6 @@ func TestBatchSender_MergeOrSplit(t *testing.T) {
181180
assert.Eventually(t, func() bool {
182181
return sink.requestsCount.Load() == 5 && sink.itemsCount.Load() == 38
183182
}, 50*time.Millisecond, 10*time.Millisecond)
184-
185-
fmt.Println("TestBatchSender_MergeOrSplit")
186183
}
187184

188185
func TestBatchSender_Shutdown(t *testing.T) {

0 commit comments

Comments
 (0)