@mtgame/core 0.2.5 → 0.2.7

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.
@@ -3941,6 +3941,7 @@
3941
3941
  is_bench: 'isBench',
3942
3942
  group: 'group',
3943
3943
  marked: 'marked',
3944
+ coords: 'coords',
3944
3945
  },
3945
3946
  relation: {
3946
3947
  datetime: DateTimeField,
@@ -13427,7 +13428,6 @@
13427
13428
  if (!this.channels$[channel]) {
13428
13429
  return;
13429
13430
  }
13430
- console.log(message);
13431
13431
  this.channels$[channel].next(message);
13432
13432
  };
13433
13433
  return CentrifugoService;