diff --git a/src/main.cpp b/src/main.cpp index f0fd1a741..d66f8d012 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1481,7 +1481,7 @@ bool IsInitialBlockDownload() static bool lockIBDState = false; if (lockIBDState) { - fprintf(stderr,"lockIBDState true %d < %d\n",chainActive.Height(),pindexBestHeader->nHeight - 10); + //fprintf(stderr,"lockIBDState true %d < %d\n",chainActive.Height(),pindexBestHeader->nHeight - 10); return false; } bool state;