mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert "Some instrumentation output..."
This reverts commit 2035806db7
that I
didn't want to push in the first place.
This commit is contained in:
parent
8ec92f2fe3
commit
5ff319205d
@ -215,7 +215,6 @@ GncRational::round_to_numeric() const
|
|||||||
--ll_bits;
|
--ll_bits;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::cout << "Rounded with " << ll_bits << " bits.\n";
|
|
||||||
return new_v;
|
return new_v;
|
||||||
}
|
}
|
||||||
auto quot(m_den / m_num);
|
auto quot(m_den / m_num);
|
||||||
@ -237,7 +236,6 @@ GncRational::round_to_numeric() const
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
GncRational new_rational(num, den);
|
GncRational new_rational(num, den);
|
||||||
std::cout << "Divisor converted with " << ll_bits << "bits.\n";
|
|
||||||
return new_rational;
|
return new_rational;
|
||||||
}
|
}
|
||||||
new_v = convert<RoundType::half_down>(m_den / divisor);
|
new_v = convert<RoundType::half_down>(m_den / divisor);
|
||||||
@ -247,7 +245,6 @@ GncRational::round_to_numeric() const
|
|||||||
new_v = GncRational();
|
new_v = GncRational();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
std::cout << "Divisor rounded with " << ll_bits << "bits.\n";
|
|
||||||
return new_v;
|
return new_v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user