Skip to content

Commit

Permalink
Remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Nov 13, 2024
1 parent 6f9b5ca commit 419ae4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/TestingModelTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ const headings = [
];

const TestingModelTable = () => {
// const predictionResult = useStore((s) => s.predictionResult);

const actions = useStore((s) => s.actions);
const setRequiredConfidence = useStore((s) => s.setRequiredConfidence);
const { project, projectEdited } = useProject();
Expand Down

0 comments on commit 419ae4d

Please sign in to comment.