mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove old debug code.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user