diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/player.container.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/player.container.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/player.container.js b/animism-align/frontend/app/views/viewer/player/player.container.js index 3c8c1e9..0340171 100644 --- a/animism-align/frontend/app/views/viewer/player/player.container.js +++ b/animism-align/frontend/app/views/viewer/player/player.container.js @@ -13,7 +13,7 @@ class PlayerContainer extends Component { } componentDidMount() { - console.log(this.props.sections) + // console.log(this.props.sections) this.setState({ currentSection: this.props.sections[0] }) } @@ -49,7 +49,7 @@ class PlayerContainer extends Component { // const { } = this.props const { currentSection } = this.state if (!currentSection) { return <div /> } - console.log(currentSection) + // console.log(currentSection) return ( <div className='viewer-container'> <PlayerTranscript section={currentSection} /> |
