diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Root.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Root.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Root.pm b/perllib/FixMyStreet/App/Controller/Root.pm index 8128d8c9d..f9fefc2ae 100644 --- a/perllib/FixMyStreet/App/Controller/Root.pm +++ b/perllib/FixMyStreet/App/Controller/Root.pm @@ -77,8 +77,6 @@ sub index : Path : Args(0) { $c->detach; } - # TODO: Not sure we want to hammer the FS for every front page request, - # might need a smarter way to tell iOS about the icons $c->forward('/offline/_stash_manifest_icons', [ $c->cobrand->moniker ]); $c->forward('/auth/get_csrf_token'); |