Skip to content

Commit

Permalink
Remove console.log statement
Browse files Browse the repository at this point in the history
Co-authored-by: KEVIN KOECH <[email protected]>
  • Loading branch information
kilemensi and koechkevin authored Oct 23, 2024
1 parent d02fa19 commit 556b150
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function DesktopPanel({ sx, ...props }) {
setValue(undefined);
};
const handleValueChange = useCallback((newValue) => {
console.log("BOOM H: ", newValue);
// toggle value if the same
setValue((oldValue) => (oldValue !== newValue ? newValue : undefined));
}, []);
Expand Down

0 comments on commit 556b150

Please sign in to comment.