mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
OOPS, remove console.log
:fired:
This commit is contained in:
parent
bea5df0104
commit
7af723c0ed
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ registerUnbound('link-domain', function(link) {
|
|||
|
||||
if (hasTitle) {
|
||||
let domain = Ember.get(link, 'domain');
|
||||
console.log('domain', domain);
|
||||
if (!Ember.isEmpty(domain)) {
|
||||
const s = domain.split('.');
|
||||
domain = s[s.length-2] + "." + s[s.length-1];
|
||||
|
|
Loading…
Reference in a new issue