From 0c525d972ae41d6773f987013f3628a0ff5664ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 23 Nov 2017 11:40:38 +0100 Subject: [PATCH] Remove unnecesary console.log --- app/coffee/modules/common/analytics.coffee | 1 - 1 file changed, 1 deletion(-) 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