diff --git a/src/Compiler.php b/src/Compiler.php index 9de5c17..0ba6345 100644 --- a/src/Compiler.php +++ b/src/Compiler.php @@ -1401,7 +1401,6 @@ public function compileSource(string $viewCode, bool $extendsMode = false): stri $parser = new Parser($viewCode); $intermediate = $parser->parseView($this->currentPath); - print_r($intermediate); $compilation = $this->statementList($intermediate, $extendsMode); /**