Remove debug console.logs
This commit is contained in:
parent
bdb552100a
commit
2013492371
|
@ -221,11 +221,6 @@ Travis.reopen
|
||||||
logUrl: (->
|
logUrl: (->
|
||||||
if item = @get('controller.currentItem')
|
if item = @get('controller.currentItem')
|
||||||
if repo = item.get('repo')
|
if repo = item.get('repo')
|
||||||
|
|
||||||
console.log item+''
|
|
||||||
console.log repo+''
|
|
||||||
console.log @get('controller')+''
|
|
||||||
|
|
||||||
name = if item.constructor == Travis.Build
|
name = if item.constructor == Travis.Build
|
||||||
'build'
|
'build'
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user