Final console.log removed

This commit is contained in:
Knut Sveidqvist
2024-01-18 15:48:40 +01:00
parent 8e147206d8
commit 173ba2ecf5

View File

@@ -492,8 +492,6 @@ export function getStylesFromArray(arr: string[]): { style: string; labelStyle:
}
}
}
console.log(arr, style, labelStyle);
return { style: style, labelStyle: labelStyle };
}