diff options
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 1b94f5c2b..917fc6991 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -33,7 +33,6 @@ use mySociety::EvEl; use mySociety::Locale; use mySociety::MaPit; use mySociety::TempFiles; -use mySociety::Tracking; use mySociety::WatchUpdate; use mySociety::Web qw(ent); @@ -315,7 +314,6 @@ sub header ($%) { =cut sub footer { my ($q, %params) = @_; - my $extra = $params{extra}; if ($q->{site} ne 'fixmystreet') { my $template = template($q, %params) . '-footer'; @@ -330,8 +328,6 @@ sub footer { my $pc = $q->param('pc') || ''; $pc = "?pc=" . ent($pc) if $pc; - $extra = $q->{scratch} if $q->{scratch}; # Overrides - my $track = mySociety::Tracking::code($q, $extra); my $piwik = ""; if (mySociety::Config::get('BASE_URL') eq "http://www.fixmystreet.com") { @@ -375,8 +371,6 @@ $orglogo <p id="footer">$creditline</p> -$track - $piwik </body> |