From 006a597bf601c041f4537954cbb5c4157d31125a Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 15 Jul 2017 16:43:21 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_prices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_prices.c b/iguana/exchanges/LP_prices.c index 243159c09..389fe4672 100644 --- a/iguana/exchanges/LP_prices.c +++ b/iguana/exchanges/LP_prices.c @@ -705,7 +705,7 @@ void prices_loop(void *ignore) if ( strncmp("BTC-",name,4) == 0 ) { name += 4; - printf("%s\n",jprint(item,0)); + //printf("%s\n",jprint(item,0)); if ( (coinpp= LP_priceinfofind(name)) != 0 ) { coinpp->high = jdouble(item,"High");