Removed a log

This commit is contained in:
Kasper Rynning-Tønnesen
2020-03-16 13:52:16 +01:00
parent 08c5c40335
commit b3366c1739

View File

@@ -43,7 +43,6 @@ export default {
return this.inlineSlot && window.innerWidth > 768
},
hostname(url) {
console.log(url);
const urlHostname = new URL(url).hostname
return urlHostname.split(".")[(urlHostname.match(/\./g) || []).length - 1]
}