remove a debug print

This commit is contained in:
Bill Currie 2001-08-21 17:22:55 +00:00
parent ec3eed4c7a
commit 8d29efe552

View file

@ -97,7 +97,6 @@ m ([\-+]?)
[+\-*/&|^%]= {
yylval.op = yytext[0];
printf ("%s\n", yytext);
return ASX;
}