remove extra logging

This commit is contained in:
dimxy
2019-04-27 15:46:51 +05:00
parent 3bf8ab37b5
commit c0a662824f

View File

@@ -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