Skip to content

Commit

Permalink
Update fetchGitHistory.ts
Browse files Browse the repository at this point in the history
Removes console.log
  • Loading branch information
corwintines authored Jul 22, 2024
1 parent bbfd8fa commit 92c1d2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/api/fetchGitHistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ async function fetchWithRateLimit(filepath: string): Promise<Commit[]> {
* eslint does not like while(true)
**/
while (true) {
console.log("looping")
const response = await fetch(url.href, {
headers: { Authorization: `token ${gitHubToken}` },
})
Expand Down

0 comments on commit 92c1d2c

Please sign in to comment.