Skip to content

Commit

Permalink
Merge pull request #14 from Wolf2323/debugLog
Browse files Browse the repository at this point in the history
removed debug logging
  • Loading branch information
Wolf2323 authored Dec 4, 2024
2 parents 7a4ad1d + b0073a8 commit b0a2b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/_webCode/js/externalLinkIcon.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const currentDomain = window.location.origin;
const links = document.querySelectorAll(".md-content__inner a");
console.log("currentDomain: ", currentDomain);

links.forEach(link => {
const href = link.href;
Expand Down

0 comments on commit b0a2b89

Please sign in to comment.