Skip to content

Commit

Permalink
remove console call
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Feb 13, 2015
1 parent d25ff84 commit feae789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion leaflet-iiif.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit feae789

Please sign in to comment.