Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed May 30, 2020
1 parent 9ed783c commit 89f762e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Specs/Scene/ScreenSpaceCameraControllerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@ describe("Scene/ScreenSpaceCameraController", function () {
setUpCVUnderground();

var position = Cartesian3.clone(camera.position);
console.log(position);
var startPosition = new Cartesian2(
canvas.clientWidth / 2,
canvas.clientHeight / 4
Expand Down

0 comments on commit 89f762e

Please sign in to comment.