Skip to content

Commit ed6ce6f

Browse files
committed
Tidy logging now that problem is confirmed fixed
1 parent e5bdf64 commit ed6ce6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/github-enricher/gatsby-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,6 @@ const isRedirectToPulls = async (issuesUrl) => {
790790
if (finalUrl.status === 429) {
791791
retry(new Error("Issues URL reports 429 on attempt " + number))
792792
}
793-
console.log("Final URL is", finalUrl, "which means", (finalUrl.url.includes("/pulls")))
794793

795794
return (finalUrl.url.includes("/pulls"))
796795
}, RETRY_OPTIONS)

0 commit comments

Comments
 (0)