diff --git a/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx b/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx index f154c06814e..7a4fc9a8485 100644 --- a/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx +++ b/front/src/modules/powerRestriction/components/PowerRestrictionsSelectorV2.tsx @@ -199,7 +199,7 @@ const PowerRestrictionsSelectorV2 = ({ dispatch(deletePowerRestrictionRangesV2({ from: fromPathStep, to: toPathStep })); } }; - + console.log('test'); const formatElectricalRanges = ( ranges: PowerRestrictionV2[] ): { begin: number; end: number; value: string }[] => {