Skip to content

Commit

Permalink
Merge pull request #84 from slutske22/master
Browse files Browse the repository at this point in the history
Remove log statements
  • Loading branch information
danwild authored Feb 20, 2022
2 parents 97a0248 + e466f3e commit 6a2c74e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions dist/leaflet-velocity.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ L.CanvasLayer = (L.Layer ? L.Layer : L.Class).extend({
},
//-------------------------------------------------------------
onAdd: function onAdd(map) {
console.log('canvas onAdd', this);
this._map = map;
this._canvas = L.DomUtil.create("canvas", "leaflet-layer");
this.tiles = {};
Expand Down Expand Up @@ -345,8 +344,6 @@ L.VelocityLayer = (L.Layer ? L.Layer : L.Class).extend({
this.fire("load");
},
setOpacity: function setOpacity(opacity) {
console.log("this._canvasLayer", this._canvasLayer);

this._canvasLayer.setOpacity(opacity);
},
setOptions: function setOptions(options) {
Expand Down
Loading

0 comments on commit 6a2c74e

Please sign in to comment.