Skip to content

Commit

Permalink
no need for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
omranlm committed Aug 1, 2023
1 parent b2ec882 commit fb5e1fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const TrainingsList = (props) => {
headerName: "Info/Feedback",
width: 100,
renderCell: (params) => {
console.log("params in info row", params);
// console.log("params in info row", params);
return (
<div>
<IconButton
Expand Down

0 comments on commit fb5e1fe

Please sign in to comment.