Skip to content

Commit

Permalink
cmd: remove debug address
Browse files Browse the repository at this point in the history
Signed-off-by: Ciro S. Costa <[email protected]>
  • Loading branch information
cirocosta committed Jul 17, 2021
1 parent c7f82fb commit bebe219
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/monero/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
)
Expand Down

0 comments on commit bebe219

Please sign in to comment.