From e4c96d01c105f118d786e651429f8f9c4ba8cd9e Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Wed, 16 Oct 2013 17:38:56 -0400 Subject: [PATCH] Remove spew.Dump. --- cmd.go | 2 -- 1 file changed, 2 deletions(-) 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