From: freewil Date: Thu, 26 Apr 2012 17:12:44 +0000 (-0400) Subject: remove strange debug message from listsinceblock X-Git-Tag: v0.4.0-unstable~129^2~1^2~18^2~3^2~6 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=aff6456e8ab47260c1d9598ed00f08fce4848f27 remove strange debug message from listsinceblock --- diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index b141e73..4e65628 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -1318,7 +1318,6 @@ Value listsinceblock(const Array& params, bool fHelp) if (target_confirms == 1) { - printf("oops!\n"); lastblock = hashBestChain; } else