Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdentarikcan committed Dec 12, 2024
1 parent ded6c42 commit 5897768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/CodeSnippet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const CodeSnippet: React.FC<CodeSnippetProps> = ({ code, language }) => {
code,
language: language as CodeExecution["language"],
};
const startTime = performance.now(); // Record start time
executeCode.mutate({ body: execution });
};

Expand Down

0 comments on commit 5897768

Please sign in to comment.