@mtgame/core 0.2.5 → 0.2.6

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.
@@ -13427,7 +13427,6 @@
13427
13427
  if (!this.channels$[channel]) {
13428
13428
  return;
13429
13429
  }
13430
- console.log(message);
13431
13430
  this.channels$[channel].next(message);
13432
13431
  };
13433
13432
  return CentrifugoService;