Remove debug log
This commit is contained in:
@@ -7,7 +7,6 @@ export default Component.extend({
|
||||
|
||||
iconComponentName: computed('account.site', function() {
|
||||
if (this.account.site.match(/github|gitea|wiki/)) {
|
||||
console.log('wtf');
|
||||
return 'icon-account-' + this.account.site.replace(/\./g, '-');
|
||||
} else {
|
||||
return 'icon-web-globe';
|
||||
|
||||
Reference in New Issue
Block a user