Skip to content

Commit ec99cb7

Browse files
committed
remove printf
1 parent 0b3b6f0 commit ec99cb7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e-go/features/catchup/basicCatchup_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package catchup
1818

1919
import (
20-
"fmt"
2120
"os"
2221
"path/filepath"
2322
"testing"
@@ -414,7 +413,6 @@ func TestBasicCatchupCompletes(t *testing.T) {
414413
currentStateMsec := time.Duration(curStatus.CatchupTime).Milliseconds()
415414
catchupMsec := catchupTime.Milliseconds()
416415
pass = currentStateMsec < catchupMsec
417-
fmt.Printf("%d / 50 currentStateMsec %d catchupMsec %d\n", x, currentStateMsec, catchupMsec)
418416
if pass {
419417
break
420418
}

0 commit comments

Comments
 (0)