test
parent
1df7612b8d
commit
4cdca6b4bf
|
|
@ -114,9 +114,6 @@ export class MetricsTrackerService {
|
|||
|
||||
console.log("Starting a new periodic metrics tracking subscription.");
|
||||
this.trackingSubscription = interval(500).subscribe(() => {
|
||||
if (!modelViewerElement.arActive) {
|
||||
return;
|
||||
}
|
||||
|
||||
const timestamp = Date.now();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue