Removed a log
This commit is contained in:
@@ -43,7 +43,6 @@ export default {
|
|||||||
return this.inlineSlot && window.innerWidth > 768
|
return this.inlineSlot && window.innerWidth > 768
|
||||||
},
|
},
|
||||||
hostname(url) {
|
hostname(url) {
|
||||||
console.log(url);
|
|
||||||
const urlHostname = new URL(url).hostname
|
const urlHostname = new URL(url).hostname
|
||||||
return urlHostname.split(".")[(urlHostname.match(/\./g) || []).length - 1]
|
return urlHostname.split(".")[(urlHostname.match(/\./g) || []).length - 1]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user