diff --git a/cmd.go b/cmd.go index 68e0900..5e21c85 100644 --- a/cmd.go +++ b/cmd.go @@ -26,7 +26,6 @@ import ( "github.com/conformal/btcwallet/wallet" "github.com/conformal/btcwire" "github.com/conformal/seelog" - "github.com/davecgh/go-spew/spew" "os" "path/filepath" "sync" @@ -527,7 +526,6 @@ func main() { wallets.m[""] = w wallets.Unlock() } - spew.Dump(cfg) go func() { // Start HTTP server to listen and send messages to frontend and btcd