diff --git a/src/plugins/imagery/components/Compass/CompassRose.vue b/src/plugins/imagery/components/Compass/CompassRose.vue index 2b4a17f480..7b641a00b8 100644 --- a/src/plugins/imagery/components/Compass/CompassRose.vue +++ b/src/plugins/imagery/components/Compass/CompassRose.vue @@ -293,13 +293,7 @@ export default { return this.cameraPan ?? this.heading; }, cameraAngleOfView() { - const cameraAngleOfView = this.transformations?.cameraAngleOfView; - - if (!cameraAngleOfView) { - console.warn('No Camera Angle of View provided'); - } - - return cameraAngleOfView; + return this.transformations?.cameraAngleOfView; }, camAngleAndPositionStyle() { const translateX = this.transformations?.translateX;