Skip to content

Commit

Permalink
less logs
Browse files Browse the repository at this point in the history
  • Loading branch information
omranlm committed Aug 1, 2023
1 parent fb5e1fe commit 7be4d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Feedback = ({ trainingId }) => {

if (res.error) {
} else {
console.log(`/feedback/?training=${trainingId}`, res.data);
// console.log(`/feedback/?training=${trainingId}`, res.data);
return res.data;
}
} catch (e) {
Expand Down

0 comments on commit 7be4d0b

Please sign in to comment.