From: Dana Jansens Date: Sat, 22 Mar 2003 22:00:12 +0000 (+0000) Subject: remove debug print X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=a26cd30bf068c2cf7edbfdb5a20548d04bfb3179;p=chaz%2Fopenbox remove debug print --- 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; }