mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
OOPS, remove console.log
:fired:
This commit is contained in:
parent
bea5df0104
commit
7af723c0ed
@ -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 New Issue
Block a user