From bd384883da63cbba4447fba5f9e21ac2fc101b6a Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 5 Nov 2012 08:39:33 +1100 Subject: [PATCH] Remove varint display debugging. --- cgminer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cgminer.c b/cgminer.c index 962e1f29..7c2b550a 100644 --- a/cgminer.c +++ b/cgminer.c @@ -2326,7 +2326,6 @@ static bool submit_upstream_work(struct work *work, CURL *curl, bool resubmit) strcat(gbt_block, "fe"); varint = bin2hex((const unsigned char *)&val, 4); } - applog(LOG_WARNING, "Varint %s", varint); strcat(gbt_block, varint); free(varint); strcat(gbt_block, work->gbt_coinbase);