Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdiNeu committed Aug 12, 2024
1 parent 6acae32 commit db56caf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layout/MainLayout/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ function Sidebar({ useFullScreen, drawerOpen, drawerToggle }) {
// To fix this, we're going to manually force the menu closed when we detect useFullScreen changes
const useOpen = useFullScreen !== lastUsedFullscreen ? false : drawerOpen;

console.log(`drawerOpen: ${drawerOpen} useFullScreen: ${useFullScreen}`);

return (
<Root className={classes.drawer} aria-label="mailbox folders">
<Drawer
Expand Down

0 comments on commit db56caf

Please sign in to comment.