@eleven-am/pondsocket 0.1.210 → 0.1.211
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.
- package/engines/channelEngine.js +0 -1
- package/package.json +1 -1
package/engines/channelEngine.js
CHANGED
|
@@ -430,7 +430,6 @@ _ChannelEngine_endpointId = new WeakMap(), _ChannelEngine_backend = new WeakMap(
|
|
|
430
430
|
__classPrivateFieldGet(this, _ChannelEngine_instances, "m", _ChannelEngine_handleDistributedMessage).call(this, message);
|
|
431
431
|
}), "f");
|
|
432
432
|
}, _ChannelEngine_handleDistributedMessage = function _ChannelEngine_handleDistributedMessage(message) {
|
|
433
|
-
console.log(message);
|
|
434
433
|
switch (message.type) {
|
|
435
434
|
case types_1.DistributedMessageType.STATE_REQUEST:
|
|
436
435
|
__classPrivateFieldGet(this, _ChannelEngine_instances, "m", _ChannelEngine_handleStateRequest).call(this, message);
|