From b0bf5d028285c19b5e1d53e68b2addf132747068 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Apr 2018 15:55:59 +0300 Subject: [PATCH] -print --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 014efac2d..d243dc564 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4128,7 +4128,7 @@ CBlockIndex *komodo_ensure(CBlock *pblock,uint256 hash) if ( (pindex= miSelf->second) == 0 ) // create pindex so first Accept block doesnt fail { miSelf->second = AddToBlockIndex(*pblock); - fprintf(stderr,"Block header %s is already known, but without pindex -> ensured %p\n",hash.ToString().c_str(),miSelf->second); + //fprintf(stderr,"Block header %s is already known, but without pindex -> ensured %p\n",hash.ToString().c_str(),miSelf->second); } } }