remove debug log
This commit is contained in:
parent
2afbda7198
commit
6b8546789a
1 changed files with 0 additions and 1 deletions
|
@ -259,7 +259,6 @@ class VideoPlayer extends React.PureComponent {
|
|||
const isFileReady = fileSource && isFileType;
|
||||
const isPlayableType = this.playableType();
|
||||
const { isLoading, loadingStatus } = this.showLoadingScreen(isFileType, isPlayableType);
|
||||
console.info(isLoading, loadingStatus);
|
||||
|
||||
return (
|
||||
<React.Fragment>
|
||||
|
|
Loading…
Add table
Reference in a new issue