Remove log
This commit is contained in:
parent
639ba856ab
commit
ee05f79497
1 changed files with 0 additions and 2 deletions
|
@ -39,8 +39,6 @@ const ProfileDropdown: React.FC<IProfileDropdown> = ({ account, children }) => {
|
|||
const features = useFeatures();
|
||||
const intl = useIntl();
|
||||
|
||||
useAppSelector((state) => console.log(state.auth.toJS()));
|
||||
|
||||
const authUsers = useAppSelector((state) => state.auth.get('users'));
|
||||
const otherAccounts = useAppSelector((state) => authUsers.map((authUser: any) => getAccount(state, authUser.get('id'))));
|
||||
|
||||
|
|
Loading…
Reference in a new issue