From eeba52e7164bcf22dffb601a876d9299f7e7a102 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 26 Sep 2014 11:31:16 +1000 Subject: [PATCH] Remove enonce1 debugging --- src/stratifier.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index c37065f4..ddc1ac45 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1306,12 +1306,10 @@ static bool new_enonce1(stratum_instance_t *client) switch(wb->enonce1varlen) { case 8: enonce1_64++; - LOGWARNING("Enonce1_64 is %lu", enonce1_64); ret = true; break; case 4: ++(*enonce1_32); - LOGWARNING("Enonce1_32 is %lu", *enonce1_32); ret = true; break; case 2: