Browse Source

auto commit

dev8
jfinn 4 years ago
parent
commit
525a13d3bf
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      react/features/filmstrip/reducer.js

+ 2
- 1
react/features/filmstrip/reducer.js View File

@@ -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…
Cancel
Save