Skip to content

Commit 5484e22

Browse files
chore: remove console.log()
1 parent 73b2410 commit 5484e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ui/DateSelect.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export const DateSelect: React.FC<DateSelectProps> = ({
106106
}
107107
});
108108
onChange?.(valueCopy);
109-
console.log(valueCopy);
110109
}
111110
setSelectionStart(null);
112111
setSelectionEnd(null);

0 commit comments

Comments
 (0)