diff --git a/openbox/cparse.l b/openbox/cparse.l index 5e4b6d3e..60eff0e5 100644 --- a/openbox/cparse.l +++ b/openbox/cparse.l @@ -56,7 +56,6 @@ static void numbervalue() static void identifier() { - g_print("identifier: %s\n", yytext); entry.name = g_strdup(yytext); entry.type = -1; }