gnucash master: Revert "Some instrumentation output..."

John Ralls jralls at code.gnucash.org
Sat Apr 8 12:27:43 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/5ff31920 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8ec92f2f (commit)



commit 5ff319205d040eec3b8c6042b3072b50fd8b3ae2
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 8 09:27:15 2017 -0700

    Revert "Some instrumentation output..."
    
    This reverts commit 2035806db7bb33c6e8e9e641d84b2386424f6658 that I
    didn't want to push in the first place.

diff --git a/src/libqof/qof/gnc-rational.cpp b/src/libqof/qof/gnc-rational.cpp
index 1e0f7a1..e409b84 100644
--- a/src/libqof/qof/gnc-rational.cpp
+++ b/src/libqof/qof/gnc-rational.cpp
@@ -215,7 +215,6 @@ GncRational::round_to_numeric() const
                 --ll_bits;
             }
         }
-        std::cout << "Rounded with " << ll_bits << " bits.\n";
         return new_v;
     }
     auto quot(m_den / m_num);
@@ -237,7 +236,6 @@ GncRational::round_to_numeric() const
                 continue;
             }
             GncRational new_rational(num, den);
-            std::cout << "Divisor converted with " << ll_bits << "bits.\n";
             return new_rational;
         }
         new_v = convert<RoundType::half_down>(m_den / divisor);
@@ -247,7 +245,6 @@ GncRational::round_to_numeric() const
             new_v = GncRational();
         }
     }
-    std::cout << "Divisor rounded with " << ll_bits << "bits.\n";
     return new_v;
 }
 



Summary of changes:
 src/libqof/qof/gnc-rational.cpp | 3 ---
 1 file changed, 3 deletions(-)



More information about the gnucash-changes mailing list