Skip to content

Commit 0391ce1

Browse files
author
Tom Fili
committed
Removed unneeded log
1 parent a2e85dd commit 0391ce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Scene/GlobeSurfaceTileProvider.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ define([
645645
if (intersection === Intersect.OUTSIDE) {
646646
return Visibility.NONE;
647647
}
648-
} else {
649-
console.log('no bounding volume');
650648
}
651649

652650
var ortho3D = frameState.mode === SceneMode.SCENE3D && frameState.camera.frustum instanceof OrthographicFrustum;

0 commit comments

Comments
 (0)