Skip to content

Commit

Permalink
removal of log
Browse files Browse the repository at this point in the history
  • Loading branch information
Aren-R committed Sep 29, 2024
1 parent 1b33a1b commit ee0549e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ useEffect(() => {
throw new Error('Access token not found');
}
const users = await fetchUsers(accessToken);
console.log(users);

setUsers(users);
setLoading(false);
} catch (error: any) {
Expand Down

0 comments on commit ee0549e

Please sign in to comment.