Remove old debug code.

This commit is contained in:
JoelKatz
2013-04-13 03:06:06 -07:00
parent bd06b22384
commit ef499920ba

View File

@@ -271,9 +271,6 @@ STAmount STAmount::divRound(const STAmount& num, const STAmount& den,
--denOffset;
}
cLog(lsINFO) << "num: " << numVal << " " << numOffset;
cLog(lsINFO) << "den: " << denVal << " " << denOffset;
bool resultNegative = num.mIsNegative != num.mIsNegative;
// Compute (numerator * 10^17) / denominator
CBigNum v;