mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
cmd/workload: remove debug print
This commit is contained in:
parent
1400d5962d
commit
567c7e5ec5
1 changed files with 0 additions and 1 deletions
|
|
@ -89,7 +89,6 @@ func generateTraceTests(clictx *cli.Context) error {
|
|||
ctx = context.Background()
|
||||
test = new(traceTest)
|
||||
)
|
||||
fmt.Println("startBlock", startBlock, "endBlock", endBlock)
|
||||
latest, err := client.Eth.BlockNumber(ctx)
|
||||
if err != nil {
|
||||
exit(err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue