Skip to content

Commit

Permalink
CHG remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dolf321 committed Aug 23, 2023
1 parent 8693f81 commit 0ac7ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/core/public/Forum/Forum.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function Forum() {
};

const handleCourseSelect = React.useCallback((e) => {
console.log(e.target.value);
// console.log(e.target.value);
setSelectedCourse(e.target.value);
}, []);

Expand Down

0 comments on commit 0ac7ae4

Please sign in to comment.