Remove console.log entry

This commit is contained in:
Piotr Sarnacki 2012-07-31 17:15:54 +02:00
parent 6ff304c123
commit 37949d5c21
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ $.extend Travis.Pusher.prototype,
receive: (event, data) ->
if data.id
data = @normalize(event, data)
console.log(event, data)
Travis.app.store.receive(event.split(':')[0], data)
normalize: (event, data) ->

File diff suppressed because one or more lines are too long