[FEM] fix wrong error message about comments

- fixes an annoying warning (that is output as error) about unused COMMENT
This commit is contained in:
Uwe
2022-06-04 23:21:14 +02:00
parent 34300c600f
commit 332cb9ec2f

View File

@@ -36,7 +36,6 @@ tokens = (
'EQUALS',
'LPAREN',
'RPAREN',
'COMMENT',
'POWER'
)