Browse Source

Remove varint display debugging.

Con Kolivas 13 years ago
parent
commit
bd384883da
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cgminer.c

+ 0 - 1
cgminer.c

@@ -2326,7 +2326,6 @@ static bool submit_upstream_work(struct work *work, CURL *curl, bool resubmit)
 			strcat(gbt_block, "fe");
 			strcat(gbt_block, "fe");
 			varint = bin2hex((const unsigned char *)&val, 4);
 			varint = bin2hex((const unsigned char *)&val, 4);
 		}
 		}
-		applog(LOG_WARNING, "Varint %s", varint);
 		strcat(gbt_block, varint);
 		strcat(gbt_block, varint);
 		free(varint);
 		free(varint);
 		strcat(gbt_block, work->gbt_coinbase);
 		strcat(gbt_block, work->gbt_coinbase);