Skip to content

Commit 24028e6

Browse files
committed
remove fmt
1 parent fd47246 commit 24028e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system_tests/message_extraction_layer_validation_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package arbtest
22

33
import (
44
"context"
5-
"fmt"
65
"math/big"
76
"testing"
87
"time"
@@ -145,7 +144,6 @@ func TestUnifiedReplayBinary_ValidationOfMELAndBlockExecution(t *testing.T) {
145144
t.Fatalf("Expected to compute %s block hash but computed %s", blockValidatorEntry.End.BlockHash, lastStep.GlobalState.BlockHash)
146145
}
147146
t.Logf("Validated block execution of message index %+v\n", lastStep.GlobalState)
148-
fmt.Println("Validated block execution of message index ", lastStep.GlobalState.PosInBatch)
149147

150148
// Update the computed global state to the one just computed by Arbitrator.
151149
computedGlobalState = lastStep.GlobalState

0 commit comments

Comments
 (0)