瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
40f58f7aa2
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      react/features/chat/middleware.js

+ 0
- 2
react/features/chat/middleware.js 查看文件

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

Loading…
取消
儲存