Remove console.log

This commit is contained in:
Piotr Sarnacki 2012-09-28 17:26:38 +02:00
parent 4984a896af
commit 3cf12e7a84
2 changed files with 1 additions and 2 deletions

View File

@ -182,7 +182,6 @@ Travis.Router = Ember.Router.extend
{ build_id: build }
deserialize: (router, params) ->
console.log 'BUILD'
# Something is wrong here. If I don't use deferred, id is not
# initialized and url ends up being /jobs/null
# This should not be needed, as id should be immediately set on the

File diff suppressed because one or more lines are too long