Remove console.log entry
This commit is contained in:
parent
6ff304c123
commit
37949d5c21
|
@ -28,7 +28,6 @@ $.extend Travis.Pusher.prototype,
|
||||||
receive: (event, data) ->
|
receive: (event, data) ->
|
||||||
if data.id
|
if data.id
|
||||||
data = @normalize(event, data)
|
data = @normalize(event, data)
|
||||||
console.log(event, data)
|
|
||||||
Travis.app.store.receive(event.split(':')[0], data)
|
Travis.app.store.receive(event.split(':')[0], data)
|
||||||
|
|
||||||
normalize: (event, data) ->
|
normalize: (event, data) ->
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user