Remove unnecesary console.log

stable
Jesús Espino 2017-11-23 11:40:38 +01:00
parent 438320ad4c
commit 0c525d972a
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) -> trackEvent: (category, action, label, value) ->
console.log("TRACK EVENT: ", category, action, label, value)
return if not @.initialized return if not @.initialized
return if not @win.ga return if not @win.ga