Remove unnecesary console.log
parent
438320ad4c
commit
0c525d972a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue