print remove

This commit is contained in:
jl777
2016-09-14 06:57:06 -03:00
parent 93fa889419
commit 24522e1d2a
2 changed files with 3 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ int32_t komodo_checkmsg(void *bitcoinpeer,uint8_t *data,int32_t datalen)
int32_t komodo_blockcheck(void *block)
{
fprintf(stderr,"check block %p\n",block);
//fprintf(stderr,"check block %p\n",block);
return(-1);
}