mirror of
https://github.com/status-im/status-go-monitor.git
synced 2025-02-04 23:43:35 +00:00
remove useless print
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
938f5f18d8
commit
e046fc0471
1
main.go
1
main.go
@ -13,7 +13,6 @@ const port = 8545
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
url := fmt.Sprintf("http://%s:%d", host, port)
|
url := fmt.Sprintf("http://%s:%d", host, port)
|
||||||
fmt.Println("Type :%t", url)
|
|
||||||
c, err := newClient(url)
|
c, err := newClient(url)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal("Failed to connec to RPC:", err)
|
log.Fatal("Failed to connec to RPC:", err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user