diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 50114f4b6..66b1e122c 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -500,8 +500,6 @@ void LP_coinsloop(void *_coins) } while ( 1 ) { - if ( strcmp("BTC",coins) == 0 ) - printf("BTC loop\n"); if ( strcmp("BTC",coins) == 0 ) LP_millistats_update(&LP_coinsloopBTC_stats); else if ( strcmp("KMD",coins) == 0 )