Remove spew.Dump.
This commit is contained in:
parent
310dc010ac
commit
e4c96d01c1
1 changed files with 0 additions and 2 deletions
2
cmd.go
2
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
|
||||
|
|
Loading…
Reference in a new issue