Skip to content

Commit

Permalink
remove useless log message on initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jeu committed Mar 9, 2024
1 parent c65600c commit f6fbf73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/code/leafletClasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ export const WButton = L.Class.extend({
// make sure all these bases are covered in your button
// XXX this initializer is not used by any buttons
initialize: function (container) {
console.log("WButton init");

this.type = WButton.TYPE;
this.title = "Unextended WButton";
this._container = container;
Expand Down

0 comments on commit f6fbf73

Please sign in to comment.