mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
remove log statement
This commit is contained in:
parent
d4acec3310
commit
77bea8a694
1 changed files with 0 additions and 3 deletions
|
|
@ -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++ {
|
||||
|
|
|
|||
Loading…
Reference in a new issue