diff --git a/src/komodo.h b/src/komodo.h index ed90ffccd..7579e2363 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -554,7 +554,7 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) } } } - printf("%s ht.%d txi.%d signedmask.%llx numvins.%d numvouts.%d notarized.%d special.%d isratification.%d\n",ASSETCHAINS_SYMBOL,height,i,(long long)signedmask,numvins,numvouts,notarized,specialtx,isratification); + //printf("%s ht.%d txi.%d signedmask.%llx numvins.%d numvouts.%d notarized.%d special.%d isratification.%d\n",ASSETCHAINS_SYMBOL,height,i,(long long)signedmask,numvins,numvouts,notarized,specialtx,isratification); if ( notarized != 0 && (notarizedheight != 0 || specialtx != 0) ) { if ( isratification != 0 )