瀏覽代碼

auto commit

dev8
jfinn 4 年之前
父節點
當前提交
525a13d3bf
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      react/features/filmstrip/reducer.js

+ 2
- 1
react/features/filmstrip/reducer.js 查看文件

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

Loading…
取消
儲存