Skip to content

Commit

Permalink
Remove debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
timcosgrove committed Dec 10, 2024
1 parent d0f35ec commit bf43ef3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ function isBrokenLink(link, pagePath, allPaths) {
// Check for link destinations we are not testing.
for (let i = 0; i < IGNORE_PATTERNS.length; i += 1) {
if (filePath.match(IGNORE_PATTERNS[i])) {
// eslint-disable-next-line no-console
console.log(filePath);
return false;
}
}
Expand Down

0 comments on commit bf43ef3

Please sign in to comment.