Skip to content

Commit

Permalink
Merge pull request #17 from mejackreed/remove-console
Browse files Browse the repository at this point in the history
remove console call
  • Loading branch information
mejackreed committed Feb 13, 2015
2 parents d25ff84 + feae789 commit 75133b2
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 75133b2

Please sign in to comment.