forked from MapComplete/MapComplete
Remove fake measurements from orientation
This commit is contained in:
parent
2580a67e1f
commit
22c173aac2
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue