Remove debug code

refs #7800
This commit is contained in:
Gunnar Beutner 2014-11-23 12:08:29 +01:00
parent 9a49e085cd
commit e302158631
1 changed files with 0 additions and 1 deletions

View File

@ -287,7 +287,6 @@ statement: type | library | constant
{ } { }
| lterm | lterm
{ {
printf("lterm!\n");
m_Expressions.top().push_back($1); m_Expressions.top().push_back($1);
} }
; ;