mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
remove a debug print
This commit is contained in:
parent
ec3eed4c7a
commit
8d29efe552
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ m ([\-+]?)
|
|||
|
||||
[+\-*/&|^%]= {
|
||||
yylval.op = yytext[0];
|
||||
printf ("%s\n", yytext);
|
||||
return ASX;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue