From 32da41225467789099c1cd2469e2773a545f2399 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 22 Oct 2013 13:37:44 -0400 Subject: [PATCH] Remove debugging line. --- cmd.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd.go b/cmd.go index 1682aa6..2d113f4 100644 --- a/cmd.go +++ b/cmd.go @@ -554,7 +554,6 @@ func (w *BtcWallet) newBlockTxHandler(result interface{}, e *btcjson.Error) bool } if bytes.Equal(u.Out.Hash[:], txhash[:]) && u.Out.Index == uint32(index) { // Found it. - fmt.Println("omg everything worked.") copy(u.BlockHash[:], blockhash[:]) u.Height = int64(height) w.UtxoStore.RUnlock()