From 86980fb9762b4cc8893146435820771eff4943cd Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 20 May 2025 20:48:10 +0200 Subject: [PATCH] bugfix --- src/Utils/MarkerIconFactory.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Utils/MarkerIconFactory.ts b/src/Utils/MarkerIconFactory.ts index 0698110e..a1984cc4 100644 --- a/src/Utils/MarkerIconFactory.ts +++ b/src/Utils/MarkerIconFactory.ts @@ -38,8 +38,6 @@ const MarkerIconFactory = ( icon?: MarkerIcon, assetsURL?: string, ) => { - console.log(icon) - console.log(assetsURL) if (icon) return divIcon({ html: `
${createSvg(shape, color1, color2)}
`,