From a26cd30bf068c2cf7edbfdb5a20548d04bfb3179 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 22 Mar 2003 22:00:12 +0000 Subject: [PATCH] remove debug print --- openbox/cparse.l | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2