diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-03-13 18:06:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-03-13 21:54:29 +0000 |
commit | d0a16157fbd10f8bdf1a07c77331504c61bf7f5d (patch) | |
tree | f0401ba3397536b02a0d63eafdec4c8fda4bcf38 /perllib/FixMyStreet/App/Controller/Admin.pm | |
parent | 76e533bd318cb4208faa1bf5cd0c00bde9e08e6c (diff) |
[fixmystreet.com] Remove special Report-It code.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Admin.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Admin.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Admin.pm b/perllib/FixMyStreet/App/Controller/Admin.pm index de13a76de..790e22e8c 100644 --- a/perllib/FixMyStreet/App/Controller/Admin.pm +++ b/perllib/FixMyStreet/App/Controller/Admin.pm @@ -266,9 +266,6 @@ sub bodies : Path('bodies') : Args(0) { $c->forward( 'fetch_all_bodies' ); - # XXX For fixmystreet.com, need to exclude bodies that are covering London. - # But soon, this means just don't have bodies covering London. - my $contacts = $c->model('DB::Contact')->search( undef, { |