@3dsource/angular-unreal-module 0.0.79 → 0.0.80

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.
@@ -4869,7 +4869,6 @@ class UnrealSceneComponent {
4869
4869
  const videoElement = this.videoElement();
4870
4870
  const isExistMatchUrls = this.isExistMatchUrls();
4871
4871
  if (videoElement && isExistMatchUrls) {
4872
- console.log('DEBUG: Unreal scene is ready');
4873
4872
  this.store.dispatch(initSignalling());
4874
4873
  }
4875
4874
  });