@woosmap/ui 4.131.5 → 4.131.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.131.5",
3
+ "version": "4.131.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -232,10 +232,8 @@ storesOverlay.setMap(map);
232
232
  }
233
233
 
234
234
  if (hasStores) {
235
- console.log("here2");
236
235
  this.storesOverlay.setMap(this.map);
237
236
  } else {
238
- console.log("here1");
239
237
  this.storesOverlay.setMap(null);
240
238
  }
241
239