mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +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. */
|
/* Figure out whether the user has specified two dates. */
|
||||||
pos = def.Find("- ");
|
pos = def.Find("- ");
|
||||||
|
|
||||||
std::cout << "XXX: " << def << std::endl;
|
|
||||||
|
|
||||||
if (pos != String::NPos) {
|
if (pos != String::NPos) {
|
||||||
String first = def.SubStr(0, pos);
|
String first = def.SubStr(0, pos);
|
||||||
first.Trim();
|
first.Trim();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user