From b11b23fe786b833fa4bd46e6b8d1648ebaf58810 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 27 Mar 2016 02:11:58 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 51bff7f34..b4bd9980a 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -1161,15 +1161,12 @@ void iguana_bundlestats(struct iguana_info *coin,char *str) strcpy(coin->lastdispstr,str); if ( (rand() % 100) == 0 ) myallocated(0,0); - printf("B\n"); coin->lastdisp = (uint32_t)time(NULL); if ( firstgap != 0 && firstgap->queued == 0 ) iguana_bundleQ(coin,firstgap,1000); } - printf("C\n"); iguana_setmaxbundles(coin); strcpy(coin->statusstr,str); coin->estsize = estsize; - printf("D\n"); }