Quellcode durchsuchen

auto commit

dev8
jfinn vor 4 Jahren
Ursprung
Commit
d4397628c6
1 geänderte Dateien mit 1 neuen und 9 gelöschten Zeilen
  1. 1
    9
      react/features/filmstrip/components/web/Thumbnail.js

+ 1
- 9
react/features/filmstrip/components/web/Thumbnail.js Datei anzeigen

@@ -429,14 +429,6 @@ class Thumbnail extends Component<Props, State> {
429 429
     componentWillUnmount() {
430 430
         this._stopListeningForAudioUpdates(this.props._audioTrack);
431 431
     }
432
-	componentWillMount() {
433
-		console.log("dev componentWillMount",{that:this,args:[...arguments]})
434
-
435
-	}
436
-	componentDidUnmount() {
437
-		console.log("dev componentDidUnmount",{that:this,args:[...arguments]})
438
-
439
-	}
440 432
 
441 433
     /**
442 434
      * Starts listening for audio level updates from the library.
@@ -1102,5 +1094,5 @@ function _mapStateToProps(state, ownProps): Object {
1102 1094
         ...size
1103 1095
     };
1104 1096
 }
1105
-console.log("dev_THUMBNAIL?????~")
1097
+
1106 1098
 export default connect(_mapStateToProps)(Thumbnail);

Laden…
Abbrechen
Speichern