Remove console.log
This commit is contained in:
parent
4984a896af
commit
3cf12e7a84
|
@ -182,7 +182,6 @@ Travis.Router = Ember.Router.extend
|
||||||
{ build_id: build }
|
{ build_id: build }
|
||||||
|
|
||||||
deserialize: (router, params) ->
|
deserialize: (router, params) ->
|
||||||
console.log 'BUILD'
|
|
||||||
# Something is wrong here. If I don't use deferred, id is not
|
# Something is wrong here. If I don't use deferred, id is not
|
||||||
# initialized and url ends up being /jobs/null
|
# initialized and url ends up being /jobs/null
|
||||||
# This should not be needed, as id should be immediately set on the
|
# This should not be needed, as id should be immediately set on the
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user