Bläddra i källkod

auto commit

dev8
jfinn 4 år sedan
förälder
incheckning
a97c564542
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0
    2
      react/features/base/conference/functions.js

+ 0
- 2
react/features/base/conference/functions.js Visa fil

@@ -120,11 +120,9 @@ export function commonUserLeftHandling(
120 120
     const id = user.getId();
121 121
 
122 122
     if (user.isHidden()) {
123
-        clog("USER_LEFT_HIDDEN")
124 123
         dispatch(hiddenParticipantLeft(id));
125 124
     } else {
126 125
         const isReplaced = user.isReplaced && user.isReplaced();
127
-        clog("USER_LEFT_VIS",{user,isReplaced})
128 126
 
129 127
         dispatch(participantLeft(id, conference, isReplaced));
130 128
     }

Laddar…
Avbryt
Spara