mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
fix: remove debug log
This commit is contained in:
parent
4dee39c6cf
commit
4c5e1735b4
@ -96,7 +96,6 @@ export default class DashPlayer extends Component {
|
|||||||
*/
|
*/
|
||||||
setSeekTo() {
|
setSeekTo() {
|
||||||
const { seekTo, setProps, seekToMode } = this.props;
|
const { seekTo, setProps, seekToMode } = this.props;
|
||||||
console.log(seekToMode);
|
|
||||||
if (seekTo !== null && typeof setProps === 'function') {
|
if (seekTo !== null && typeof setProps === 'function') {
|
||||||
this.player.seekTo(seekTo, seekToMode);
|
this.player.seekTo(seekTo, seekToMode);
|
||||||
setProps({ seekTo: null });
|
setProps({ seekTo: null });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user