Skip to content

Commit 16945f9

Browse files
committed
chore: rm log
1 parent b569877 commit 16945f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/views/UserList/Components/UserList.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ const UserList: React.FC = () => {
3636
navigate(`/dashboard/admin/user/${username}`, { replace: true });
3737

3838
useEffect(() => {
39-
console.log('LOADING USERS');
4039
getUsers(setIsLoading, setData, setAuth, setErrorMessage);
4140
}, []);
4241

0 commit comments

Comments
 (0)