diff --git a/app/api/SkyChatClient.ts b/app/api/SkyChatClient.ts index 8435e307..e9df2abb 100644 --- a/app/api/SkyChatClient.ts +++ b/app/api/SkyChatClient.ts @@ -232,7 +232,6 @@ export class SkyChatClient extends EventEmitter { } private _onConnectedListPatch(patch: any) { - console.log('patch', patch); jsondiffpatch.patch(this._connectedList, patch); this._updateConnectedListMeta(); this.emit('update', this.state); diff --git a/package-lock.json b/package-lock.json index 0351e1be..4efd86a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "skychat", - "version": "1.2.0", + "version": "1.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "skychat", - "version": "1.2.0", + "version": "1.2.2", "license": "ISC", "dependencies": { "events": "^3.3.0", diff --git a/package.json b/package.json index c0f1a869..d9755b45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "skychat", "private": false, - "version": "1.2.0", + "version": "1.2.2", "description": "Future-proof virtual cinema platform", "types": "build/api/index.d.ts", "main": "build/api/index.js",