Commit 7c6dc8b7 authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Removed wrong echo of DQL parser

parent f1481d95
...@@ -258,8 +258,6 @@ class Parser ...@@ -258,8 +258,6 @@ class Parser
// Parse & build AST // Parse & build AST
$AST = $this->QueryLanguage(); $AST = $this->QueryLanguage();
echo PHP_EOL . ((string) $AST) . PHP_EOL;
// Check for end of string // Check for end of string
if ($this->_lexer->lookahead !== null) { if ($this->_lexer->lookahead !== null) {
$this->syntaxError('end of string'); $this->syntaxError('end of string');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment