]> granicus.if.org Git - icinga2/commitdiff
Remove debug code.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 18 Apr 2013 07:39:08 +0000 (09:39 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 18 Apr 2013 07:39:08 +0000 (09:39 +0200)
lib/icinga/legacytimeperiod.cpp

index d8f3176be473ff7929eeb1fac51e17bc079d0fcb..8d09a7277f5e4d0ce78dd928628373a5bff88db1 100644 (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();