mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
remove fmt
This commit is contained in:
parent
74491b644c
commit
a908f3fd02
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ func InitTracerEnv() {
|
||||||
}
|
}
|
||||||
TracerConfig = config
|
TracerConfig = config
|
||||||
fullNode, _ := SNew(Global_config)
|
fullNode, _ := SNew(Global_config)
|
||||||
fmt.Println("FULL NODE", fullNode)
|
|
||||||
privateAPI := NewPrivateDebugAPI(config2, fullNode)
|
privateAPI := NewPrivateDebugAPI(config2, fullNode)
|
||||||
PrivateAPI = privateAPI
|
PrivateAPI = privateAPI
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue