mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-08 04:19:11 +00:00
Temporarily disable debug messages
This commit is contained in:
@@ -29,11 +29,11 @@ export class ConferenceCallDebugger extends EventEmitter {
|
||||
|
||||
this.bufferedEvents = [];
|
||||
|
||||
this.manager.on("call", this._onCall);
|
||||
this.manager.on("debugstate", this._onDebugStateChanged);
|
||||
this.manager.client.on("event", this._onEvent);
|
||||
this.manager.on("entered", this._onEntered);
|
||||
this.manager.on("left", this._onLeft);
|
||||
// this.manager.on("call", this._onCall);
|
||||
// this.manager.on("debugstate", this._onDebugStateChanged);
|
||||
// this.manager.client.on("event", this._onEvent);
|
||||
// this.manager.on("entered", this._onEntered);
|
||||
// this.manager.on("left", this._onLeft);
|
||||
}
|
||||
|
||||
_onEntered = () => {
|
||||
|
||||
Reference in New Issue
Block a user