]> granicus.if.org Git - icinga2/commitdiff
Remove debug code
authorGunnar Beutner <gunnar.beutner@netways.de>
Sun, 23 Nov 2014 11:08:29 +0000 (12:08 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sun, 23 Nov 2014 11:08:29 +0000 (12:08 +0100)
refs #7800

lib/config/config_parser.yy

index e2db1011953564d9f7ae24f49a03c055fc94b18e..341a1103531a6e4d4f1f419a03f17d85c58e5b84 100644 (file)
@@ -287,7 +287,6 @@ statement: type | library | constant
        { }
        | lterm
        {
-               printf("lterm!\n");
                m_Expressions.top().push_back($1);
        }
        ;