diff --git a/src/app/common/elements/datepicker.tsx b/src/app/common/elements/datepicker.tsx index 979555f73..d03d78f76 100644 --- a/src/app/common/elements/datepicker.tsx +++ b/src/app/common/elements/datepicker.tsx @@ -312,7 +312,6 @@ const DatePicker: React.FC = ({ selectedDate, format = "MM/DD/Y }; const handleArrowNavigation = (key: string, currentPart: string) => { - console.log("Arrow key pressed: ", key); const currentIndex = formatParts.indexOf(currentPart); let targetInput;