Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyashiil committed Jan 3, 2025
1 parent f2d4949 commit 2f4f704
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/views/UserInformation/UserInformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ const UserInformation = () => {

const ViewComponent = viewType === 'Popup' ? Popup : Sidebar;

console.log('currentUserInfo: ' + JSON.stringify(currentUserInfo));

return (
<ViewComponent
title="User Info"
Expand Down

0 comments on commit 2f4f704

Please sign in to comment.