Skip to content

Commit

Permalink
[backend] Remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Nov 6, 2024
1 parent 018ded1 commit df3065f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/execution-worker/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const executeFromQueue = async (message, channel) => {
expectedResult += "---";
});
}
console.log(testCases);
const container = await createDockerContainer(
language,
code,
Expand Down
Binary file modified frontend/.DS_Store
Binary file not shown.

0 comments on commit df3065f

Please sign in to comment.