Przeglądaj źródła

export log and trace

rzv_feb
jfinn 2 lat temu
rodzic
commit
dba5aabd09
2 zmienionych plików z 5 dodań i 5 usunięć
  1. 4
    4
      modules/e2ee/ManagedKeyHandler.js
  2. 1
    1
      modules/e2ee/OlmAdapter.js

+ 4
- 4
modules/e2ee/ManagedKeyHandler.js Wyświetl plik

@@ -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
 

+ 1
- 1
modules/e2ee/OlmAdapter.js Wyświetl plik

@@ -75,7 +75,7 @@ export class OlmAdapter extends Listenable {
75 75
      * Creates an adapter instance for the given conference.
76 76
      */
77 77
     constructor(conference) {
78
-        clog("ljm_dbg OlmAdapter constructor")
78
+        console.log("ljm_dbg OlmAdapter constructor")
79 79
         super();
80 80
 
81 81
         if (glob_rx?.fns?.glob_dev_fncb("mkh_dev")){

Ładowanie…
Anuluj
Zapisz