Remove debug log

This commit is contained in:
2019-07-12 11:39:18 +02:00
committed by GitHub
parent d83d671580
commit d7294d9d7f
@@ -7,7 +7,6 @@ export default Component.extend({
iconComponentName: computed('account.site', function() { iconComponentName: computed('account.site', function() {
if (this.account.site.match(/github|gitea|wiki/)) { if (this.account.site.match(/github|gitea|wiki/)) {
console.log('wtf');
return 'icon-account-' + this.account.site.replace(/\./g, '-'); return 'icon-account-' + this.account.site.replace(/\./g, '-');
} else { } else {
return 'icon-web-globe'; return 'icon-web-globe';