From cae6080b81ddd448d4fb932adff697994d72cd2d Mon Sep 17 00:00:00 2001 From: Manuel Wegria Date: Mon, 27 May 2024 16:55:51 +0200 Subject: [PATCH] fix js error / remove console.log --- app/javascript/components/Line/components/Line.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/javascript/components/Line/components/Line.jsx b/app/javascript/components/Line/components/Line.jsx index 1268b1bba..691fd9901 100644 --- a/app/javascript/components/Line/components/Line.jsx +++ b/app/javascript/components/Line/components/Line.jsx @@ -100,8 +100,6 @@ const ItemGroup = forwardRef((props, ref) => { let maxTitleLenght = 35 let groupTitle = computeGroupTitle(level, title, type, format) - console.log(groupTitle) - console.log(groupTitle.length > maxTitleLenght) if (typeof items === 'object' && !Array.isArray(items)) { emptyCount.current = emptyCount.current + 1 return (