Skip to content

Commit

Permalink
remove consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Feb 28, 2024
1 parent 1ed2df0 commit 9c88aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/CLMSProfileView/CLMSUserProfileView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ class CLMSUserProfileView extends Component {
// We don't want the user to change his login name/username or the roles
// from this form
// Backend will complain anyways, but we clean the data here before it does
console.log('data', data);
delete data.id;
delete data.username;
delete data.roles;
Expand Down

0 comments on commit 9c88aa2

Please sign in to comment.