Expressions: Turned off debug output/tracing for expression parser.

This commit is contained in:
Eivind Kvedalen
2016-02-27 21:52:12 +01:00
committed by wmayer
parent e940274146
commit 34135e5d2e
3 changed files with 628 additions and 1207 deletions

View File

@@ -1397,8 +1397,6 @@ Expression * App::ExpressionParser::parse(const App::DocumentObject *owner, cons
initParser(owner);
yydebug = 0;
// run the parser
int result = ExpressionParser::ExpressionParser_yyparse ();