Remove debug console.logs

This commit is contained in:
Piotr Sarnacki 2013-03-14 15:12:07 +01:00
parent bdb552100a
commit 2013492371

View File

@ -221,11 +221,6 @@ Travis.reopen
logUrl: (->
if item = @get('controller.currentItem')
if repo = item.get('repo')
console.log item+''
console.log repo+''
console.log @get('controller')+''
name = if item.constructor == Travis.Build
'build'
else