From 2f727a5f1fc126b90dc09c745c702e3eae7a6325 Mon Sep 17 00:00:00 2001 From: Romain CREY <ext.sopra.rcrey@grandlyon.com> Date: Mon, 1 Jun 2020 10:55:22 +0200 Subject: [PATCH] fix: half hour warning --- .../FluidChartContainer/FluidChartContainer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ContainerComponents/FluidChartContainer/FluidChartContainer.tsx b/src/components/ContainerComponents/FluidChartContainer/FluidChartContainer.tsx index f29bf24da..276a4e1fe 100644 --- a/src/components/ContainerComponents/FluidChartContainer/FluidChartContainer.tsx +++ b/src/components/ContainerComponents/FluidChartContainer/FluidChartContainer.tsx @@ -52,7 +52,6 @@ const FluidChartContainer: React.FC<FluidChartContainerProps> = ({ FluidType.ELECTRICITY, TimeStep.HALF_AN_HOUR )) - console.log(activateHalfHourLoad) const data = await consumptionDataManager.fetchLastDateData(fluidTypes) const dataWithAllFluids = await consumptionDataManager.fetchLastDateData( -- GitLab