Przeglądaj źródła

auto commit

app
jfinn 3 lat temu
rodzic
commit
40f58f7aa2
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      react/features/chat/middleware.js

+ 0
- 2
react/features/chat/middleware.js Wyświetl plik

@@ -123,8 +123,6 @@ MiddlewareRegistry.register(store => next => action => {
123 123
         const state = store.getState();
124 124
         const { conference } = state['features/base/conference'];
125 125
 
126
-        clog("SEND_MESSAGE!?.",{conference,sendTextMessage:conference?.sendTextMessage})
127
-
128 126
         if (conference) {
129 127
             // There may be cases when we intend to send a private message but we forget to set the
130 128
             // recipient. This logic tries to mitigate this risk.

Ładowanie…
Anuluj
Zapisz