Skip to content

Commit 92c1d2c

Browse files
authored
Update fetchGitHistory.ts
Removes console.log
1 parent bbfd8fa commit 92c1d2c

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)