gnucash master: Remove extraneous debugging output.

John Ralls jralls at code.gnucash.org
Tue Jan 12 10:29:56 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/085c56d8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8428c81e (commit)



commit 085c56d8dfce45912778407992a0874f634d069b
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jan 12 07:29:26 2016 -0800

    Remove extraneous debugging output.

diff --git a/src/libqof/qof/gnc-datetime.cpp b/src/libqof/qof/gnc-datetime.cpp
index 0da3e36..8bc696a 100644
--- a/src/libqof/qof/gnc-datetime.cpp
+++ b/src/libqof/qof/gnc-datetime.cpp
@@ -183,7 +183,6 @@ GncDateTimeImpl::GncDateTimeImpl(const std::string str) :
         input_facet->set_iso_extended_format();
         PTime pdt(not_a_date_time);
         ss >> pdt;
-        std::cout << std::endl << "String " << ss.str() << " produced " << pdt << std::endl;
         m_time = LDT(pdt.date(), pdt.time_of_day(), tzptr,
                      LDTBase::NOT_DATE_TIME_ON_ERROR);
     }



Summary of changes:
 src/libqof/qof/gnc-datetime.cpp | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list