diff --git a/iguana/exchanges/LP_portfolio.c b/iguana/exchanges/LP_portfolio.c index 3559df3f1..783de8f63 100644 --- a/iguana/exchanges/LP_portfolio.c +++ b/iguana/exchanges/LP_portfolio.c @@ -593,7 +593,7 @@ void LP_autoprice_iter(void *ctx,struct LP_priceinfo *btcpp) void LP_autoprices_update(char *base,double basevol,char *rel,double relvol) { - // printf("autoprice update %s/%s %.8f\n",base,rel,relvol/basevol); + printf("autoprice update %s/%s %.8f\n",base,rel,relvol/basevol); } int32_t LP_autoprice(void *ctx,char *base,char *rel,cJSON *argjson)