Skip to content

Commit

Permalink
remove var dump
Browse files Browse the repository at this point in the history
  • Loading branch information
shadz3rg committed Sep 30, 2018
1 parent 6eb44e1 commit 601f4e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PHPStamp/Templator.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ private function searchAndReplace(\DOMNodeList $nodeList, DocumentInterface $doc

// insert simple value-of
if ($tag->hasFunctions() === false) {
var_dump($tag->getTextContent());
$absolutePath = '/' . Processor::VALUE_NODE . '/' . $tag->getXmlPath();
Processor::insertTemplateLogic($tag->getTextContent(), $absolutePath, $node);
}
Expand Down

0 comments on commit 601f4e8

Please sign in to comment.