Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofsumit committed Jun 19, 2018
1 parent edab26d commit e527af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/L.PM.Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const Map = L.Class.extend({
});
},
toggleGlobalEditMode(options) {
console.log('toggle global edit mode', options);
// console.log('toggle global edit mode', options);
if (this.globalEditEnabled()) {
// disable
this.disableGlobalEditMode();
Expand Down

0 comments on commit e527af8

Please sign in to comment.