Skip to content

Commit

Permalink
Tidy logging now that problem is confirmed fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Nov 25, 2024
1 parent e5bdf64 commit ed6ce6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/github-enricher/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ const isRedirectToPulls = async (issuesUrl) => {
if (finalUrl.status === 429) {
retry(new Error("Issues URL reports 429 on attempt " + number))
}
console.log("Final URL is", finalUrl, "which means", (finalUrl.url.includes("/pulls")))

return (finalUrl.url.includes("/pulls"))
}, RETRY_OPTIONS)
Expand Down

0 comments on commit ed6ce6f

Please sign in to comment.