diff --git a/basilisk/basilisk_MSG.c b/basilisk/basilisk_MSG.c index 170580e26..1d8355d89 100755 --- a/basilisk/basilisk_MSG.c +++ b/basilisk/basilisk_MSG.c @@ -188,7 +188,7 @@ char *basilisk_respond_addmessage(struct supernet_info *myinfo,uint8_t *key,int3 { if ( msg->datalen != datalen ) { - printf("overwrite delete of msg.[%d]\n",msg->datalen); + //printf("overwrite delete of msg.[%d]\n",msg->datalen); HASH_DELETE(hh,myinfo->messagetable,msg); QUEUEITEMS--; free(msg); @@ -242,7 +242,7 @@ char *basilisk_respond_OUT(struct supernet_info *myinfo,char *CMD,void *addr,cha if ( duration > BASILISK_MSGDURATION ) duration = BASILISK_MSGDURATION; } - char str[65]; printf("add message.[%d] %s from.%s\n",datalen,bits256_str(str,hash),remoteaddr); + //char str[65]; printf("add message.[%d] %s from.%s\n",datalen,bits256_str(str,hash),remoteaddr); retstr = basilisk_respond_addmessage(myinfo,key,keylen,data,datalen,1,duration); // printf("OUT keylen.%d datalen.%d\n",keylen,datalen); return(retstr); diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 1e7d1c26e..82eed4c9e 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -719,7 +719,7 @@ int32_t dpow_dsigs_match(struct dpow_entry notaries[DPOW_MAXRELAYS],int32_t numn } } else printf("skip senderind.%d numnotaries.%d lastk.%d refk.%d mask.%llx refmask.%llx refheight.%d\n",senderind,numnotaries,dsig.lastk,refk,(long long)dsig.mask,(long long)refmask,refheight); } - printf("matches.%d num.%d k.%d %llx refht.%d\n",matches,num,refk,(long long)refmask,refheight); + //printf("matches.%d num.%d k.%d %llx refht.%d\n",matches,num,refk,(long long)refmask,refheight); return(matches); } @@ -783,7 +783,7 @@ void dpow_txidupdate(struct supernet_info *myinfo,struct dpow_info *dp,struct ig // continue; for (j=0; j