remove stray console.log

pull/2/head
Aevann1 2022-11-21 17:32:32 +02:00
parent 427d8f643d
commit 423418e488
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
for (const link of links) { // loop on them
if (!(link.href.startsWith('/') || link.href.startsWith('{{SITE_FULL}}'))) // if not site url
{
console.log('hello')
link.target = "_blank" // open in new tab
}
}