From 673526a5b59ef287c3fa0cebf2abb0e1684ca997 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sat, 31 May 2014 17:19:26 +0100 Subject: [PATCH] Cleaned up ga code --- core/analytics/google.py | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/core/analytics/google.py b/core/analytics/google.py index 39e1d86..94491af 100755 --- a/core/analytics/google.py +++ b/core/analytics/google.py @@ -16,18 +16,9 @@ class ShowGoogleAnalyticsJS(template.Node): if settings.DEBUG: return "" - return """ - - """ + return """""" \ No newline at end of file