jfinn 4 anni fa
parent
commit
45b86b720a
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0
    2
      react/features/filmstrip/reducer.js

+ 0
- 2
react/features/filmstrip/reducer.js Vedi File

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

Loading…
Annulla
Salva