remove strange debug message from listsinceblock
authorfreewil <sean@eternalrise.com>
Thu, 26 Apr 2012 17:12:44 +0000 (13:12 -0400)
committerfreewil <sean@eternalrise.com>
Thu, 26 Apr 2012 17:12:44 +0000 (13:12 -0400)
src/bitcoinrpc.cpp

index 2262923..bafd00c 100644 (file)
@@ -1441,7 +1441,6 @@ Value listsinceblock(const Array& params, bool fHelp)
 
     if (target_confirms == 1)
     {
-        printf("oops!\n");
         lastblock = hashBestChain;
     }
     else