Remove fake measurements from orientation

This commit is contained in:
Pieter Vander Vennet 2023-12-16 01:39:29 +01:00
parent 2580a67e1f
commit 22c173aac2

View file

@ -31,9 +31,7 @@ export class Orientation {
public arrowDirection: UIEventSource<number> = new UIEventSource(undefined)
private _measurementsStarted = false
constructor() {
this.fakeMeasurements()
}
constructor() {}
public fakeMeasurements() {
this.alpha.setData(45)