From 7c6dc8b7016a3374b2ed73266e9b92f036bfb4c8 Mon Sep 17 00:00:00 2001 From: guilhermeblanco Date: Tue, 11 Aug 2009 22:14:43 +0000 Subject: [PATCH] [2.0] Removed wrong echo of DQL parser --- lib/Doctrine/ORM/Query/Parser.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Doctrine/ORM/Query/Parser.php b/lib/Doctrine/ORM/Query/Parser.php index 8e689ffc4..ff6234412 100644 --- a/lib/Doctrine/ORM/Query/Parser.php +++ b/lib/Doctrine/ORM/Query/Parser.php @@ -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');