Skip to content

Commit

Permalink
remove the log statement for missing templates
Browse files Browse the repository at this point in the history
it's useful whilst developing this feature, but probably not otherwise
  • Loading branch information
AD7six committed Nov 14, 2014
1 parent aa88cb7 commit 3641d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Shell/Task/TemplateTask.php
Expand Up @@ -74,7 +74,6 @@ public function generate($template, $vars = null) {
try {
return $this->View->render($template);
} catch (MissingTemplateException $e) {
$this->log($e->getMessage());
return '';
}
}
Expand Down

0 comments on commit 3641d44

Please sign in to comment.