Skip to content

Commit

Permalink
Fix:remove zdebug
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Beaujean committed Mar 20, 2015
1 parent 00bf52c commit e1eb469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Generator/RepositoryGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public function generateFiles($directory)

//if an extra template has been provided
if ($this->extraColumnTemplate !== '') {
zdebug($this->extraColumnTemplate);
//we render this extra template for the columns
$renderedTemplate .= $twig->render($this->extraColumnTemplate, $parameters);
}
Expand Down

0 comments on commit e1eb469

Please sign in to comment.