Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 6136bf4

Browse files
committed
chore: remove console log
1 parent 15ff2f6 commit 6136bf4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/routes/Main/Settings/General.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ const ColourPicker = ({
7070
onChange: (nextValue: string) => void;
7171
}) => {
7272
const { getRootProps, getRadioProps } = useRadioGroup({
73-
onChange: (value) => {
74-
onChange(value);
75-
console.log(value);
76-
},
73+
onChange,
7774
value,
7875
});
7976

0 commit comments

Comments
 (0)