removd debug statement left over in error

This commit is contained in:
Mike Molinari 2022-02-26 03:41:59 +00:00 committed by Val Erastov
parent 190d2aa67a
commit 6237fa3f27

View file

@ -184,7 +184,6 @@ export default class SceneSetUp {
};
this.updateControlsAndHelpers = function() {
console.log(this.camera.type);
if (this.camera.type as any == "OrthographicCamera") {
this.trackballControls.rotateSpeed = 3.8;
this.trackballControls.projectionZoomSpeed = 5;