Remove a commented-out diagnostic.

This commit is contained in:
John Ralls
2017-02-20 15:50:32 -08:00
parent ea44b16f54
commit 6220b85045
-1
View File
@@ -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);