mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Remove unneeded $.console.log calls
This commit is contained in:
parent
28ddf5a809
commit
832ba62df0
@ -562,7 +562,6 @@ function updateViewport( tiledImage ) {
|
||||
var viewportBR = viewportBounds.getBottomRight();
|
||||
|
||||
//Don't draw if completely outside of the viewport
|
||||
$.console.log(viewportTL.x);
|
||||
if ( !tiledImage.wrapHorizontal && (viewportBR.x < 0 || viewportTL.x > tiledImage._worldWidthCurrent ) ) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user