@3dsource/angular-unreal-module 0.0.62-dev.3 → 0.0.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -298,7 +298,6 @@ class AFKService extends SubService {
298
298
  this.countdown = 0; // The inactivity warning overlay has a countdown to show time until disconnect.
299
299
  this.selectWarnTimeout = this.store.selectSignal(selectWarnTimeout);
300
300
  this.isViewportReady = this.store.selectSignal(unrealFeature.selectViewportReady);
301
- debugger;
302
301
  this.initAfk();
303
302
  }
304
303
  initAfk() {