Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Sep 13, 2023
1 parent 03ab164 commit 2007ab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const Options: React.FC<IOptions> = (props) => {
};

const handleSelectState = (e: React.ChangeEvent<HTMLInputElement>) => {
console.log({optionKey}, "e.target.value", e.target.value);
if (Array.isArray(selectedOptions[optionKey])) {
let newArray = [...selectedOptions[optionKey]];
if (e.currentTarget.checked) {
Expand Down

0 comments on commit 2007ab9

Please sign in to comment.