Skip to content

Commit 81b8f90

Browse files
committed
Removing log
1 parent e0e7f5d commit 81b8f90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/javascripts/external_links.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ document.addEventListener("DOMContentLoaded", function () {
33
Array.from(document.links)
44
.filter(link => link.hostname != window.location.hostname)
55
.forEach(link => link.target = '_blank');
6-
console.log(`${document.links.length} External links will be opened in a new tab after clicking.`);
76
});

0 commit comments

Comments
 (0)