Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 27, 2025
1 parent b90d321 commit bce6c69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/api/submissions/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ async function triggerRequestCheckRun(data: {
}
});

console.log(res);

if (res.status !== 200) throw new Error(res.data.message);
} catch (e) {
throw new Error((e as any)?.response?.data || 'Failed to trigger check run');
Expand Down

0 comments on commit bce6c69

Please sign in to comment.