Remove spew.Dump.

This commit is contained in:
Josh Rickmar 2013-10-16 17:38:56 -04:00
parent 310dc010ac
commit e4c96d01c1

2
cmd.go
View file

@ -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