Skip to content

Commit

Permalink
only console log the final table
Browse files Browse the repository at this point in the history
  • Loading branch information
creinkin committed Feb 6, 2023
1 parent 8fa9728 commit dffc0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/linkcheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for (i = 0; i < records.length; i++) {
/*console.log(endpoint, data.status);*/
})
.catch((error) => {
console.log([doc_id, endpoint, error.code].join('\t'))
// console.log([doc_id, endpoint, error.code].join('\t'))
failed_links.push({documentId: doc_id, url: endpoint, error: error.code})
})})
);
Expand Down

0 comments on commit dffc0d5

Please sign in to comment.