remove fmt

This commit is contained in:
greg 2018-08-10 21:23:21 +03:00
parent 74491b644c
commit a908f3fd02

View file

@ -30,7 +30,6 @@ func InitTracerEnv() {
}
TracerConfig = config
fullNode, _ := SNew(Global_config)
fmt.Println("FULL NODE", fullNode)
privateAPI := NewPrivateDebugAPI(config2, fullNode)
PrivateAPI = privateAPI
}