Quellcode durchsuchen

auto commit

dev8
jfinn vor 4 Jahren
Ursprung
Commit
45b86b720a
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0
    2
      react/features/filmstrip/reducer.js

+ 0
- 2
react/features/filmstrip/reducer.js Datei anzeigen

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

Laden…
Abbrechen
Speichern