1
0
mirror of synced 2024-12-13 06:46:03 +03:00

[2.0] Removed wrong echo of DQL parser

This commit is contained in:
guilhermeblanco 2009-08-11 22:14:43 +00:00
parent f1481d9506
commit 7c6dc8b701

View File

@ -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');