remove comment

This commit is contained in:
Travis Eden 2018-01-05 18:36:03 -05:00
parent 566fb2e0b5
commit 5765c6c1ee

View file

@ -23,7 +23,6 @@ class VideoPlayer extends React.PureComponent {
componentWillReceiveProps(next) {
const el = this.refs.media.children[0];
if (!this.props.paused && next.paused && !el.paused) el.pause();
// if (this.props.paused && !next.paused && el.paused) el.play();
}
componentDidMount() {