Skip to content

Commit

Permalink
Publish v1.2.2 & Fix obsolete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed Apr 28, 2024
1 parent e220074 commit 1cdedb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/api/SkyChatClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1cdedb1

Please sign in to comment.