Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Feb 5, 2025
1 parent 0859c84 commit cfe322e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rules/links/linkchecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export async function check(sr, done) {

page.on('response', response => {
const url = simplifyURL(response.url());
console.log(url);
const { referer } = response.request().headers();

// check if resource is in same folder as base document
Expand Down

0 comments on commit cfe322e

Please sign in to comment.