diff --git a/leaflet-iiif.js b/leaflet-iiif.js index 6cbee02..52e5ffa 100644 --- a/leaflet-iiif.js +++ b/leaflet-iiif.js @@ -118,7 +118,6 @@ L.TileLayer.Iiif = L.TileLayer.extend({ _this.quality = 'default'; break; } - console.log(_this.quality) ceilLog2 = function(x) { return Math.ceil(Math.log(x) / Math.LN2);