瀏覽代碼

auto commit

dev8
jfinn 4 年之前
父節點
當前提交
d4397628c6
共有 1 個檔案被更改,包括 1 行新增9 行删除
  1. 1
    9
      react/features/filmstrip/components/web/Thumbnail.js

+ 1
- 9
react/features/filmstrip/components/web/Thumbnail.js 查看文件

429
     componentWillUnmount() {
429
     componentWillUnmount() {
430
         this._stopListeningForAudioUpdates(this.props._audioTrack);
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
      * Starts listening for audio level updates from the library.
434
      * Starts listening for audio level updates from the library.
1102
         ...size
1094
         ...size
1103
     };
1095
     };
1104
 }
1096
 }
1105
-console.log("dev_THUMBNAIL?????~")
1097
+
1106
 export default connect(_mapStateToProps)(Thumbnail);
1098
 export default connect(_mapStateToProps)(Thumbnail);

Loading…
取消
儲存