Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Dec 11, 2017
1 parent f9385e3 commit f80cf41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ViewRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public function render($view, $file, $params)
}
}
// @codeCoverageIgnoreEnd
file_put_contents('temp.php', $this->pug->compileFile($file));

return call_user_func($method, $file, $params);
}
Expand Down

0 comments on commit f80cf41

Please sign in to comment.