summaryrefslogtreecommitdiff
path: root/openbox/cparse.l
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/cparse.l')
-rw-r--r--openbox/cparse.l1
1 files changed, 0 insertions, 1 deletions
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;
}