Removing debug code

This commit is contained in:
Ian Gilman 2017-07-11 13:41:40 -07:00
parent 4320f2d6c8
commit 6600aca3e4

View File

@ -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);