Remove debug log
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user