We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd47246 commit 24028e6Copy full SHA for 24028e6
system_tests/message_extraction_layer_validation_test.go
@@ -2,7 +2,6 @@ package arbtest
2
3
import (
4
"context"
5
- "fmt"
6
"math/big"
7
"testing"
8
"time"
@@ -145,7 +144,6 @@ func TestUnifiedReplayBinary_ValidationOfMELAndBlockExecution(t *testing.T) {
145
144
t.Fatalf("Expected to compute %s block hash but computed %s", blockValidatorEntry.End.BlockHash, lastStep.GlobalState.BlockHash)
146
}
147
t.Logf("Validated block execution of message index %+v\n", lastStep.GlobalState)
148
- fmt.Println("Validated block execution of message index ", lastStep.GlobalState.PosInBatch)
149
150
// Update the computed global state to the one just computed by Arbitrator.
151
computedGlobalState = lastStep.GlobalState
0 commit comments