Selaa lähdekoodia

auto commit

dev8
jfinn 4 vuotta sitten
vanhempi
commit
525a13d3bf
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2
    1
      react/features/filmstrip/reducer.js

+ 2
- 1
react/features/filmstrip/reducer.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna