Skip to content

Commit

Permalink
fix js error / remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Wegria committed May 27, 2024
1 parent 502a675 commit cae6080
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/javascript/components/Line/components/Line.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit cae6080

Please sign in to comment.