Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnolte committed Aug 12, 2024
1 parent 97b0432 commit 9ee1b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export async function sendTestCaseResult<TestCaseType, OutputType>(args: {

return resultId;
}
console.log('Sending test case result to API: ', args.testCaseHash);

const resp = await client.postToAPI<{ id: string }>({
path: `/runs/${args.runId}/results`,
body: {
Expand Down

0 comments on commit 9ee1b1f

Please sign in to comment.