Skip to content

Commit

Permalink
no point in keeping commented out code (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored and beryllium committed Apr 4, 2019
1 parent a8b8e5c commit 0a6d5c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Sculpin/Bundle/TwigBundle/TwigFormatter.php
Expand Up @@ -97,10 +97,7 @@ public function formatPage(FormatContext $formatContext): string
*/
public function reset()
{
// TODO should we delete this?
// cache clearing is completely removed in twig v2
// $this->twig->clearCacheFiles();
// $this->twig->clearTemplateCache();
// nothing to do
}

private function massageTemplate(FormatContext $formatContext)
Expand Down

0 comments on commit 0a6d5c4

Please sign in to comment.