Remove console.log of language.

This commit is contained in:
Mathias Meyer 2014-01-28 20:58:01 +01:00
parent 1987a97ec1
commit af07dfb29e

View File

@ -239,7 +239,6 @@ Travis.reopen
).property('tab')
displayCodeClimate: (->
console.log @get('repo.githubLanguage')
Travis.config.code_climate == "true" and @get('repo.githubLanguage') == 'Ruby'
).property('repo.githubLanguage')