Skip to content

Commit 0cd79d8

Browse files
committed
Cleanup debug
1 parent 6b72859 commit 0cd79d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/JsPhpize/Nodes/Block.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ public function let($variable, $prefix)
5151

5252
public function addNodes($nodes)
5353
{
54-
if ($nodes === array('$b')) {
55-
throw new \Exception("Error Processing Request", 1);
56-
57-
}
5854
$nodes = array_filter(is_array($nodes) ? $nodes : func_get_args());
5955
$this->nodes = array_merge($this->nodes, $nodes);
6056
}

0 commit comments

Comments
 (0)