From 681504b07a05457b0822b4735139fa96c0bea9fd Mon Sep 17 00:00:00 2001 From: Justin Dhillon Date: Sat, 11 Nov 2023 10:42:38 -0800 Subject: [PATCH] removed debugging console.log --- bin/scan/writeBrokenLinks.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/scan/writeBrokenLinks.js b/bin/scan/writeBrokenLinks.js index 6bdca69..f030e4b 100644 --- a/bin/scan/writeBrokenLinks.js +++ b/bin/scan/writeBrokenLinks.js @@ -44,7 +44,6 @@ async function writeBrokenLinks(links, PATH) { process.exit(1); } if (result.status === "dead") { - console.log(link, result.status); writeToFile(link, PATH); } });