cmd/workload: remove debug print

This commit is contained in:
Gary Rong 2025-06-27 10:11:14 +08:00
parent 1400d5962d
commit 567c7e5ec5

View file

@ -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)