Skip to content

Commit

Permalink
remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Apr 26, 2024
1 parent d4acec3 commit 77bea8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eth/catalyst/simulated_beacon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ package catalyst

import (
"context"
"github.com/ethereum/go-ethereum/log"
"math/big"
"os"
"testing"
"time"

Expand Down Expand Up @@ -179,7 +177,6 @@ func TestOnDemandSpam(t *testing.T) {
}
}

log.SetDefault(log.NewLogger(log.NewTerminalHandlerWithLevel(os.Stdout, log.LevelDebug, true)))
// generate a bunch of transactions
signer := types.NewEIP155Signer(ethService.BlockChain().Config().ChainID)
for i := 0; i < 20000; i++ {
Expand Down

0 comments on commit 77bea8a

Please sign in to comment.