diff --git a/Plan/react/dashboard/src/components/text/FormattedDate.jsx b/Plan/react/dashboard/src/components/text/FormattedDate.jsx index d19a8d405..52979b6b2 100644 --- a/Plan/react/dashboard/src/components/text/FormattedDate.jsx +++ b/Plan/react/dashboard/src/components/text/FormattedDate.jsx @@ -6,7 +6,6 @@ import {useTranslation} from "react-i18next"; import {isNumber} from "../../util/isNumber.js"; const FormattedDate = ({date}) => { - console.log(date); const {t} = useTranslation(); const {timeZoneOffsetHours} = useMetadata(); const {preferencesLoaded, dateFormatNoSeconds, recentDaysInDateFormat} = usePreferences();