Skip to content

Commit

Permalink
remove comment as it's made redundant by log line
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemberTang committed Jun 12, 2024
1 parent bc1543b commit 903ed10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/repocop/src/evaluation/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ const urlSortPredicate = (maybeUrl: string) => {
}
return 0;
} catch {
//Do nothing if the url is invalid
console.debug(`Invalid url: ${maybeUrl}`);
return 0;
}
Expand Down

0 comments on commit 903ed10

Please sign in to comment.