mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-25 08:31:40 +00:00
remove printf
This commit is contained in:
@@ -463,7 +463,6 @@ func (n Node) AddressRPC() string {
|
||||
}
|
||||
|
||||
func NewClient(ip string, port uint32) (*rpchttp.HTTP, error) {
|
||||
fmt.Printf("[NewClient] http://%v:%v\n", ip, port)
|
||||
return rpchttp.New(fmt.Sprintf("http://%v:%v", ip, port))
|
||||
}
|
||||
|
||||
|
||||
@@ -188,7 +188,6 @@ func loadProcess(ctx context.Context, testnet *e2e.Testnet, ips []string, chTx <
|
||||
|
||||
var clients []*rpchttp.HTTP
|
||||
if testnet == nil {
|
||||
fmt.Printf("[loadProcess] %v\n", ips)
|
||||
clients = prepareClientsIp(ips)
|
||||
} else {
|
||||
clients = prepareClients(testnet)
|
||||
|
||||
Reference in New Issue
Block a user