remove unnecessary console log

This commit is contained in:
Kendall Garner
2025-09-05 05:51:28 -07:00
parent 229f9e984e
commit c81bd93d04
@@ -100,8 +100,6 @@ export const Sidebar = () => {
return '100%';
}, [showImage, sidebar.leftWidth, windowBarStyle]);
console.log('scrollAreaHeight', scrollAreaHeight);
const isCustomWindowBar =
windowBarStyle === Platform.WINDOWS || windowBarStyle === Platform.MACOS;