From 77bea8a694f4e4940c38e0ab6af8d6a32e5ef977 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Thu, 25 Apr 2024 18:42:38 -0700 Subject: [PATCH] remove log statement --- eth/catalyst/simulated_beacon_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/eth/catalyst/simulated_beacon_test.go b/eth/catalyst/simulated_beacon_test.go index 16ff7bb797..37fc6b21ec 100644 --- a/eth/catalyst/simulated_beacon_test.go +++ b/eth/catalyst/simulated_beacon_test.go @@ -18,9 +18,7 @@ package catalyst import ( "context" - "github.com/ethereum/go-ethereum/log" "math/big" - "os" "testing" "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 signer := types.NewEIP155Signer(ethService.BlockChain().Config().ChainID) for i := 0; i < 20000; i++ {