Remove debug code.

This commit is contained in:
Gunnar Beutner 2013-04-18 09:39:08 +02:00
parent 654954c64c
commit c9fa320379
1 changed files with 0 additions and 2 deletions

View File

@ -263,8 +263,6 @@ void LegacyTimePeriod::ParseTimeRange(const String& timerange, tm *begin, tm *en
/* Figure out whether the user has specified two dates. */
pos = def.Find("- ");
std::cout << "XXX: " << def << std::endl;
if (pos != String::NPos) {
String first = def.SubStr(0, pos);
first.Trim();