mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
rm debug code
This commit is contained in:
parent
6879bbf7de
commit
0a73826f0a
1 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ package tracers
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
|
||||||
|
|
||||||
"github.com/ethereum/go-ethereum/core/tracing"
|
"github.com/ethereum/go-ethereum/core/tracing"
|
||||||
)
|
)
|
||||||
|
|
@ -37,7 +36,6 @@ type liveDirectory struct {
|
||||||
// Register registers a tracer constructor by name.
|
// Register registers a tracer constructor by name.
|
||||||
func (d *liveDirectory) Register(name string, f ctorFunc) {
|
func (d *liveDirectory) Register(name string, f ctorFunc) {
|
||||||
d.elems[name] = f
|
d.elems[name] = f
|
||||||
fmt.Printf("Registered tracer %q\n", name)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// New instantiates a tracer by name.
|
// New instantiates a tracer by name.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue