Skip to content

Commit

Permalink
SHIBUI-1937 Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 9, 2021
1 parent 3bc13f1 commit f15d9b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/app/admin/container/UserManagement.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ export default function UserManagement({ users, children, reload }) {
setDeleting(null);
};

console.log(deleting)

return (
<div className="user-management">
{children(users, roles, setUserRoleRequest, (id) => setDeleting(id))}
Expand Down

0 comments on commit f15d9b9

Please sign in to comment.