From 673cb4cfdbba2d4c52eb4f32effa437e5a15521b Mon Sep 17 00:00:00 2001 From: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:34:39 +0200 Subject: [PATCH] Remove console log --- Plan/react/dashboard/src/components/text/FormattedDate.jsx | 1 - 1 file changed, 1 deletion(-) 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();