Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
algonautshant committed Dec 13, 2021
1 parent 0b3b6f0 commit ec99cb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e-go/features/catchup/basicCatchup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package catchup

import (
"fmt"
"os"
"path/filepath"
"testing"
Expand Down Expand Up @@ -414,7 +413,6 @@ func TestBasicCatchupCompletes(t *testing.T) {
currentStateMsec := time.Duration(curStatus.CatchupTime).Milliseconds()
catchupMsec := catchupTime.Milliseconds()
pass = currentStateMsec < catchupMsec
fmt.Printf("%d / 50 currentStateMsec %d catchupMsec %d\n", x, currentStateMsec, catchupMsec)
if pass {
break
}
Expand Down

0 comments on commit ec99cb7

Please sign in to comment.