[2.0] Removed wrong echo of DQL parser
This commit is contained in:
parent
f1481d9506
commit
7c6dc8b701
@ -258,8 +258,6 @@ class Parser
|
||||
// Parse & build AST
|
||||
$AST = $this->QueryLanguage();
|
||||
|
||||
echo PHP_EOL . ((string) $AST) . PHP_EOL;
|
||||
|
||||
// Check for end of string
|
||||
if ($this->_lexer->lookahead !== null) {
|
||||
$this->syntaxError('end of string');
|
||||
|
Loading…
Reference in New Issue
Block a user