mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Remove debug code.
This commit is contained in:
parent
654954c64c
commit
c9fa320379
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user