Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Nov 1, 2024
1 parent 8a3da0e commit 8a9ae01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/**
Expand Down

0 comments on commit 8a9ae01

Please sign in to comment.