Skip to content

Commit 373656a

Browse files
committed
chore: cleanup console.log
1 parent ef187b0 commit 373656a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/api/contributors.get.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ async function fetchGitHubUserData(
147147
if (json.data) {
148148
for (const user of Object.values(json.data)) {
149149
if (!user) continue
150-
console.log(JSON.stringify(user))
151150
if (user.hasSponsorsListing) {
152151
sponsorable.add(user.login)
153152
}

0 commit comments

Comments
 (0)