Skip to content

Commit

Permalink
chore: Remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Nov 6, 2024
1 parent 7055636 commit 3e031fc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/src/components/presentational/newUserForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ import '../../sass/CheckIn.scss';

const NewUserForm = (props) => {
const [selectedDate, setSelectedDate] = useState(new Date());


console.log(selectedDate)


const minDate = new Date(2013, 0);
const maxDate = new Date();
const handleDateChange = (newValue) => {
Expand Down

0 comments on commit 3e031fc

Please sign in to comment.