Skip to content

Commit

Permalink
Remove a commented-out diagnostic.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Feb 20, 2017
1 parent ea44b16 commit 6220b85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libqof/qof/gnc-numeric.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 6220b85

Please sign in to comment.