Skip to content

Commit

Permalink
Remove test print
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 12, 2023
1 parent 2b5c990 commit 1a78739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion op-challenger/game/fault/trace/cannon/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ type stubGenerator struct {
}

func (e *stubGenerator) GenerateProof(ctx context.Context, dir string, i uint64) error {
fmt.Printf("GenerateProof called with %d \n", i)
e.generated = append(e.generated, int(i))
if e.finalState != nil && e.finalState.Step <= i {
// Requesting a trace index past the end of the trace
Expand Down

0 comments on commit 1a78739

Please sign in to comment.