ソースを参照

auto commit

dev8
jfinn 4年前
コミット
45b86b720a
1個のファイルの変更0行の追加2行の削除
  1. 0
    2
      react/features/filmstrip/reducer.js

+ 0
- 2
react/features/filmstrip/reducer.js ファイルの表示

@@ -98,8 +98,6 @@ const DEFAULT_STATE = {
98 98
 ReducerRegistry.register(
99 99
     'features/filmstrip',
100 100
     (state = DEFAULT_STATE, action) => {
101
-        // console.log("MRR~q2")
102
-        console.trace("MRR~q2")
103 101
         switch (action.type) {
104 102
         case SET_FILMSTRIP_ENABLED:
105 103
             return {

読み込み中…
キャンセル
保存