aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-08-12 17:14:52 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-08-12 17:40:44 +0100
commitafd363e6ac8ce06a4dc8c387c06106edbfcc7522 (patch)
tree62fcd510fa203789801f4a770a2f15713cb7387e /perllib/FixMyStreet/App.pm
parentda4135d0b163bdf3033ebb8a49e86ceaaaec00b6 (diff)
Remove some unused code/ database handle.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index 61c703468..3cbe1422f 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -97,9 +97,6 @@ after 'prepare_headers' => sub {
&& @$ssl_header == 2 && $self->req->header($ssl_header->[0]) eq $ssl_header->[1];
};
-# set up DB handle for old code
-FixMyStreet->configure_mysociety_dbhandle;
-
# disable debug logging unless in debug mode
__PACKAGE__->log->disable('debug') #
unless __PACKAGE__->debug;