Skip to content

Commit

Permalink
Remove code log test
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJunny committed Dec 2, 2024
1 parent 81cbb09 commit 9481dcc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ export default protectedProcedure
});

const data = (await response.json()) as ExecutionResponse;
console.log(data.run.code);
console.log(data.run.output);
if (data.run.code == 0) {
const expectedOutputs = [];
for (const testCase of testCases) {
Expand Down

0 comments on commit 9481dcc

Please sign in to comment.