Remove console.log
This commit is contained in:
parent
81898e422f
commit
d7400c0567
|
@ -47,8 +47,6 @@ Store = DS.Store.extend
|
|||
|
||||
return unless @canHandleEvent(event, data)
|
||||
|
||||
console.log(event, data)
|
||||
|
||||
if name == 'job' && data.job?.commit
|
||||
@push(this.normalize('commit', data.job.commit))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user