aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-01-14 15:18:18 +0000
committerMatthew Somerville <matthew@mysociety.org>2011-01-14 15:18:18 +0000
commit73a8e2e73165212fc43e642c3f1bf76f2513d4e8 (patch)
treec26de77c72d5b3b90b2954bb871175d16c7dffcd /perllib/Page.pm
parent7f834105f3ec090b7e8827460fee4847a65a03c7 (diff)
Remove old track.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm6
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>