mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Remove a commented-out diagnostic.
This commit is contained in:
@@ -455,7 +455,6 @@ operator/(GncNumeric a, GncNumeric b)
|
||||
template <typename T, typename I> T
|
||||
convert(T num, I new_denom, int how)
|
||||
{
|
||||
// std::cout << "Converting " << num << ".\n";
|
||||
auto rtype = static_cast<RoundType>(how & GNC_NUMERIC_RND_MASK);
|
||||
unsigned int figs = GNC_HOW_GET_SIGFIGS(how);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user