Remove some fmt.Printf debugging.

This commit is contained in:
Josh Rickmar 2013-12-03 12:45:27 -05:00
parent c54af23849
commit 378af40329
2 changed files with 9 additions and 11 deletions

View file

@ -467,8 +467,6 @@ func (a *Account) NewAddress() (string, error) {
// Request updates from btcd for new transactions sent to this address.
a.ReqNewTxsForAddress(addr)
fmt.Println("after")
return addr, nil
}