1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

Remove varint display debugging.

This commit is contained in:
Con Kolivas 2012-11-05 08:39:33 +11:00
parent cb6f0340cd
commit bd384883da

View File

@ -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);