Skip to content

Commit

Permalink
[VER] + remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Feb 17, 2025
1 parent 1cceb70 commit 9b47b00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion StoryMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ StoryMap.prototype.clearInfoVolet = function() {
* @param {boolean} sel2 second selection (model differentiel)
*/
StoryMap.prototype.setInfoVolet = function(md, sel2) {
console.log('setinfo')
if (this.models[this.get('model')] && this.models[this.get('model')].volet) {
let where = this.element.info;
// Differentiel model: 2 selects
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcutils",
"version": "1.3.1",
"version": "1.3.2",
"description": "Maps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 9b47b00

Please sign in to comment.