Skip to content

Commit

Permalink
chore: remove unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
01Joseph-Hwang10 committed Nov 17, 2023
1 parent 98cb46d commit 0075e82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export class HrefFilter implements ContentFilter {
}

apply(node: HTMLAnchorElement) {
console.log(node);
if (node.tagName !== "A") return;
// Replace origin to `https://01joseph-hwang10.github.io`
if (!node.href.startsWith("https")) return;
Expand Down

0 comments on commit 0075e82

Please sign in to comment.