From 84ef25b58eaccd9e66b300eeb06aa4b1cfd0c8c2 Mon Sep 17 00:00:00 2001 From: gcarron <gcarron@grandlyon.com> Date: Tue, 1 Mar 2022 17:04:13 +0100 Subject: [PATCH] remove log --- src/components/Prices/PriceRow.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Prices/PriceRow.tsx b/src/components/Prices/PriceRow.tsx index 9c78f73f..d3e5b0d0 100644 --- a/src/components/Prices/PriceRow.tsx +++ b/src/components/Prices/PriceRow.tsx @@ -23,7 +23,6 @@ const PriceRow: React.FC<PriceSectionProps> = ({ }: PriceSectionProps) => { const editableLimit: number = 3 - console.log('eeerer') return ( <> <li -- GitLab