Skip to content

Commit 1c769a2

Browse files
committed
remove debug print statement
Signed-off-by: sspaink <[email protected]>
1 parent 2e13c21 commit 1c769a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: v1/plugins/logs/encoder_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
package logs
66

77
import (
8-
"fmt"
98
"math"
109
"strconv"
1110
"testing"
@@ -212,7 +211,6 @@ func TestReset(t *testing.T) {
212211
t.Fatal(err)
213212
}
214213

215-
fmt.Println(enc.softLimit)
216214
if enc.softLimit != tc.expectedSoftLimit {
217215
t.Fatalf("softLimit (%d) exceeds limit (%d)", enc.softLimit, tc.expectedSoftLimit)
218216
}

0 commit comments

Comments
 (0)