jfinn před 4 roky
rodič
revize
525a13d3bf
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      react/features/filmstrip/reducer.js

+ 2
- 1
react/features/filmstrip/reducer.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit