Explorar el Código

auto commit

dev8
jfinn hace 4 años
padre
commit
525a13d3bf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      react/features/filmstrip/reducer.js

+ 2
- 1
react/features/filmstrip/reducer.js Ver fichero

@@ -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…
Cancelar
Guardar