Kommentare entfernt, was nicht benötigt wird

This commit is contained in:
ISA
2025-03-11 07:52:27 +01:00
parent f59fb62d29
commit a846bd14ce
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
// /utils/polylines/eventHandlers.js
export function enablePolylineEvents(polylines, lineColors) {
if (!polylines || polylines.length === 0) {
console.warn("Keine Polylinien vorhanden oder polylines ist undefined.");
//console.warn("Keine Polylinien vorhanden oder polylines ist undefined.");
return;
}