remove debug print

This commit is contained in:
Dana Jansens 2003-03-22 22:00:12 +00:00
parent e5be9ad6cc
commit a26cd30bf0

View file

@ -56,7 +56,6 @@ static void numbervalue()
static void identifier()
{
g_print("identifier: %s\n", yytext);
entry.name = g_strdup(yytext);
entry.type = -1;
}