Skip to content

Commit

Permalink
Remove console.trace(.) & Publish v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed May 15, 2024
1 parent fa84afc commit e5e9b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/api/SkyChatClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ export class SkyChatClient extends EventEmitter {
if (!this._websocket) {
return;
}
console.trace('sending raw data ' + JSON.stringify(data));
this._websocket.send(data);
}

Expand Down Expand Up @@ -609,7 +608,6 @@ export class SkyChatClient extends EventEmitter {
if (!this._websocket) {
return;
}
console.trace('sending event ' + eventName + ' with payload ' + JSON.stringify(payload));
this._websocket.send(
JSON.stringify({
event: eventName,
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": "2.0.0",
"version": "2.0.1",
"description": "Future-proof virtual cinema platform",
"types": "build/api/index.d.ts",
"main": "build/api/index.js",
Expand Down

0 comments on commit e5e9b67

Please sign in to comment.