diff --git a/app/coffee/modules/common/analytics.coffee b/app/coffee/modules/common/analytics.coffee index 28a96f9b..f80fbabd 100644 --- a/app/coffee/modules/common/analytics.coffee +++ b/app/coffee/modules/common/analytics.coffee @@ -86,7 +86,6 @@ class AnalyticsService extends taiga.Service }) trackEvent: (category, action, label, value) -> - console.log("TRACK EVENT: ", category, action, label, value) return if not @.initialized return if not @win.ga