|
@@ -39,11 +39,11 @@ export class ManagedKeyHandler extends KeyHandler {
|
39
|
39
|
|
40
|
40
|
|
41
|
41
|
super(conference);
|
42
|
|
- console.log("ManagedKeyHandler _CONSTRUCTED???????")
|
|
42
|
+ // console.log("ManagedKeyHandler _CONSTRUCTED???????")
|
43
|
43
|
if (glob_rx?.ljm?.i){
|
44
|
44
|
glob_rx.ljm.i.mkh_inst = this
|
45
|
|
- clog("ManagedKeyHandler ljm constructed,??...,")
|
46
|
|
- console.trace("mkh_trc.")
|
|
45
|
+ console.log("ManagedKeyHandler ljm constructed")
|
|
46
|
+ // console.trace("mkh_trc.")
|
47
|
47
|
}
|
48
|
48
|
glob_rx?.fns?.loadEvent?.("mkh constructed",{that:this})
|
49
|
49
|
|
|
@@ -98,7 +98,7 @@ export class ManagedKeyHandler extends KeyHandler {
|
98
|
98
|
* @returns {Object}
|
99
|
99
|
*/
|
100
|
100
|
get sasVerification() {
|
101
|
|
- clog("ljm:sasVerification")
|
|
101
|
+ console.log("ljm:sasVerification")
|
102
|
102
|
return this._olmAdapter;
|
103
|
103
|
}
|
104
|
104
|
|