Skip to content

Commit

Permalink
removed debugging console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
justindhillon committed Nov 11, 2023
1 parent 6cbb617 commit 681504b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/scan/writeBrokenLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async function writeBrokenLinks(links, PATH) {
process.exit(1);
}
if (result.status === "dead") {
console.log(link, result.status);
writeToFile(link, PATH);
}
});
Expand Down

0 comments on commit 681504b

Please sign in to comment.