remove unnecessary console log

This commit is contained in:
Kendall Garner 2025-09-05 05:51:28 -07:00
parent 229f9e984e
commit c81bd93d04
No known key found for this signature in database
GPG key ID: 9355F387FE765C94

View file

@ -100,8 +100,6 @@ export const Sidebar = () => {
return '100%'; return '100%';
}, [showImage, sidebar.leftWidth, windowBarStyle]); }, [showImage, sidebar.leftWidth, windowBarStyle]);
console.log('scrollAreaHeight', scrollAreaHeight);
const isCustomWindowBar = const isCustomWindowBar =
windowBarStyle === Platform.WINDOWS || windowBarStyle === Platform.MACOS; windowBarStyle === Platform.WINDOWS || windowBarStyle === Platform.MACOS;