Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisyahlen committed Dec 13, 2024
1 parent 5576a4c commit bd4e277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/UserNavbarItem/item.desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ const UserNavbarDesktopItem = ({ authUrl, is_logged_in }: IUserNavbarItemProps)
(!window.location.pathname.includes('callback') ||
!window.location.pathname.includes('endpoint'))
) {
console.log('isLoginAccountsPopulated', !isLoginAccountsPopulated);
handleLogin();
}
if (loggedState === 'false' && isOAuth2Enabled && isLoginAccountsPopulated) {
Expand Down

0 comments on commit bd4e277

Please sign in to comment.