remove log statement

This commit is contained in:
Jared Wasinger 2024-04-25 18:42:38 -07:00
parent d4acec3310
commit 77bea8a694

View file

@ -18,9 +18,7 @@ package catalyst
import ( import (
"context" "context"
"github.com/ethereum/go-ethereum/log"
"math/big" "math/big"
"os"
"testing" "testing"
"time" "time"
@ -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 // generate a bunch of transactions
signer := types.NewEIP155Signer(ethService.BlockChain().Config().ChainID) signer := types.NewEIP155Signer(ethService.BlockChain().Config().ChainID)
for i := 0; i < 20000; i++ { for i := 0; i < 20000; i++ {