Skip to content

Commit

Permalink
chore: remove console.log() (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisunlimited authored Sep 21, 2024
1 parent 73b2410 commit cec87c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/DateSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const DateSelect: React.FC<DateSelectProps> = ({
}
});
onChange?.(valueCopy);
console.log(valueCopy);
}
setSelectionStart(null);
setSelectionEnd(null);
Expand Down

0 comments on commit cec87c3

Please sign in to comment.