Skip to content

Commit

Permalink
removed console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiVesalius committed Aug 18, 2023
1 parent 78bb9d8 commit 9284241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/Module/Mark/TaskMarkTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ const TaskMarkTable = ({ courseId, taskId }) => {
})

setTaskMarkData(markDataTemp);

console.log(markDataTemp)
});
})
}, [isLoading, error, data]);
Expand Down

0 comments on commit 9284241

Please sign in to comment.