remove useless print

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-06-16 12:05:59 -04:00 committed by Jakub
parent 938f5f18d8
commit e046fc0471

View File

@ -13,7 +13,6 @@ const port = 8545
func main() {
url := fmt.Sprintf("http://%s:%d", host, port)
fmt.Println("Type :%t", url)
c, err := newClient(url)
if err != nil {
log.Fatal("Failed to connec to RPC:", err)