Skip to content

Commit 9ef93eb

Browse files
authored
Merge pull request #13447 from ethereum/corwintines-patch-1
Remove console log from fetchGitHistory.ts
2 parents bbfd8fa + 92c1d2c commit 9ef93eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/api/fetchGitHistory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ async function fetchWithRateLimit(filepath: string): Promise<Commit[]> {
2020
* eslint does not like while(true)
2121
**/
2222
while (true) {
23-
console.log("looping")
2423
const response = await fetch(url.href, {
2524
headers: { Authorization: `token ${gitHubToken}` },
2625
})

0 commit comments

Comments
 (0)