rm debug code

This commit is contained in:
Sina Mahmoodi 2025-02-05 16:09:49 +01:00
parent 6879bbf7de
commit 0a73826f0a
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ package tracers
import (
"encoding/json"
"errors"
"fmt"
"github.com/ethereum/go-ethereum/core/tracing"
)
@ -37,7 +36,6 @@ type liveDirectory struct {
// Register registers a tracer constructor by name.
func (d *liveDirectory) Register(name string, f ctorFunc) {
d.elems[name] = f
fmt.Printf("Registered tracer %q\n", name)
}
// New instantiates a tracer by name.