remove console.logs

This commit is contained in:
Tamius Han 2021-01-12 23:35:58 +01:00
parent 437890a609
commit e2eaa206e4

View File

@ -87,7 +87,6 @@ class VideoData {
this.onVideoLoaded(); this.onVideoLoaded();
} }
onTimeUpdate() { onTimeUpdate() {
console.info('received timeupdate event!', this);
this.onVideoLoaded(); this.onVideoLoaded();
} }
//#endregion //#endregion