mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Removing debug code
This commit is contained in:
parent
4320f2d6c8
commit
6600aca3e4
@ -1054,7 +1054,6 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
|||||||
|
|
||||||
// Load the new 'best' tile
|
// Load the new 'best' tile
|
||||||
if (bestTile && !bestTile.context2D) {
|
if (bestTile && !bestTile.context2D) {
|
||||||
$.console.log('loading tile, level: ' + bestTile.level + ', x: ' + bestTile.x + ', y: ' + bestTile.y);
|
|
||||||
loadTile(this, bestTile, currentTime);
|
loadTile(this, bestTile, currentTime);
|
||||||
this._needsDraw = true;
|
this._needsDraw = true;
|
||||||
this._setFullyLoaded(false);
|
this._setFullyLoaded(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user