diff --git a/src/cc/prices.cpp b/src/cc/prices.cpp index 04741f9eb..e0ef3029c 100644 --- a/src/cc/prices.cpp +++ b/src/cc/prices.cpp @@ -1342,7 +1342,6 @@ UniValue PricesInfo(uint256 bettxid, int32_t refheight) } int64_t equity = totalbets + totalprofits; - std::cerr << "PricesInfo() " << " totalbets=" << (totalbets / PRICES_NORMFACTOR) << std::endl; if (totalbets != 0) { //prevent zero div costbasis /= totalbets; costbasis *= PRICES_NORMFACTOR; //denormalization