diff --git a/src/components/ContentComponents/FluidChart/FluidChartSlide.tsx b/src/components/ContentComponents/FluidChart/FluidChartSlide.tsx
index d4db38f2f7d8fb9bc5e88f054855f0979724d4a2..a8cdc9574980f4e580b164798edf95b59b440a58 100644
--- a/src/components/ContentComponents/FluidChart/FluidChartSlide.tsx
+++ b/src/components/ContentComponents/FluidChart/FluidChartSlide.tsx
@@ -115,7 +115,6 @@ const FluidChartSlide: React.FC<FluidChartSlideProps> = ({
           ? selectedDate.endOf('week')
           : selectedDate.endOf('month').endOf('week'),
     }
-    // console.log(maxTimePeriod.startDate.c, maxTimePeriod.endDate.c)
 
     const compareMaxTimePeriod = maxTimePeriod
 
@@ -141,8 +140,6 @@ const FluidChartSlide: React.FC<FluidChartSlideProps> = ({
         setChartIsLoaded(true)
       }
     }
-    console.log(maxLoads)
-
     if (
       key in maxLoads === false &&
       (timeStep === TimeStep.DAY || timeStep === TimeStep.HALF_AN_HOUR)