mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove extraneous debugging output.
This commit is contained in:
parent
8428c81e2f
commit
085c56d8df
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user