Skip to content

Commit

Permalink
chore: remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Dec 11, 2024
1 parent ae4cba4 commit 7ecfcc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DashboardContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const DashboardContainer = ({ children, covered }) => {
}
}, [])

console.log(scrollbarWidth, osScrollbarWidth)
return (
<div
className={cx(
Expand Down

0 comments on commit 7ecfcc6

Please sign in to comment.