diff --git a/cmd/monero/options/options.go b/cmd/monero/options/options.go index d07cee3..e7e4704 100644 --- a/cmd/monero/options/options.go +++ b/cmd/monero/options/options.go @@ -36,8 +36,6 @@ func (o *options) Context() (context.Context, context.CancelFunc) { // Client instantiates a new daemon RPC client based on the options filled. // func (o *options) Client() (*daemon.Client, error) { - fmt.Println("ADDRESS:", o.address) - client, err := rpc.NewClient(o.address, rpc.WithHTTPClient(mhttp.NewHTTPClient(o.verbose)), )