[backport] Remove unnecesary console.log

stable
Jesús Espino 2017-11-23 11:40:38 +01:00
parent f7a5d12d08
commit ffeeeeb501
1 changed files with 0 additions and 1 deletions

View File

@ -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