Skip to content

Commit

Permalink
Expressions: Turned off debug output/tracing for expression parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindkv authored and wwmayer committed Mar 8, 2016
1 parent e940274 commit 34135e5
Show file tree
Hide file tree
Showing 3 changed files with 634 additions and 1,213 deletions.
2 changes: 0 additions & 2 deletions src/App/Expression.cpp
Expand Up @@ -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 ();

Expand Down

0 comments on commit 34135e5

Please sign in to comment.