From 96397bb6df606b6cc21cdb4306d1ffc74e7004d7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 15 Oct 2016 10:23:23 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_network.c b/iguana/dpow/dpow_network.c index 87a845629..6873c93a4 100755 --- a/iguana/dpow/dpow_network.c +++ b/iguana/dpow/dpow_network.c @@ -62,7 +62,7 @@ int32_t dpow_crc32find(struct supernet_info *myinfo,uint32_t crc32,uint32_t chan { if ( myinfo->DPOW.crcs[i] == crc32 ) { - printf("NANODUPLICATE.%08x\n",crc32); + //printf("NANODUPLICATE.%08x\n",crc32); return(-1); } else if ( myinfo->DPOW.crcs[i] == 0 )