From 416827546649bbbb32daa7ab0fa7f65e7d24ba07 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Mon, 3 Jul 2023 11:26:13 +0200
Subject: [PATCH] remove test comment

---
 src/components/Splash/SplashRoot.tsx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/Splash/SplashRoot.tsx b/src/components/Splash/SplashRoot.tsx
index 219f0210e..655955003 100644
--- a/src/components/Splash/SplashRoot.tsx
+++ b/src/components/Splash/SplashRoot.tsx
@@ -253,7 +253,6 @@ const SplashRoot = ({ fadeTimer = 1000, children }: SplashRootProps) => {
           }
           dispatch(updateProfile(updatedProfile))
           dispatch(setAnalysisMonth(analysisResult.monthlyAnalysisDate))
-          // dispatch(setAnalysisMonth(DateTime.local(2023, 3)))
           if (profileType) {
             await loadProfileType(profileType)
           }
-- 
GitLab