Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Apr 23, 2024
1 parent 30a74c8 commit e130fc2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ $(() => {
const mapData = JSON.parse(map.getAttribute("data-decidim-map"));

const mapCtrl = $(map).data("map-controller");
console.log(mapCtrl)
mapCtrl.map.invalidateSize();

if (mapData.type === "locations") {
Expand Down

0 comments on commit e130fc2

Please sign in to comment.