diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index c751dca21..63adecece 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -41,7 +41,7 @@ void WaitForShutdown(boost::thread_group* threadGroup) // Tell the main threads to shutdown. while (!fShutdown) { - fprintf(stderr,"call passport iteration\n"); + //fprintf(stderr,"call passport iteration\n"); MilliSleep(10000); komodo_passport_iteration(); fShutdown = ShutdownRequested();