Skip to content

Commit e9b3245

Browse files
author
Pietro Passarelli - News Labs
committed
cleaned up some comments
1 parent 57458ec commit e9b3245

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/lib/TranscriptEditor/MediaPlayer/VideoPlayer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class VideoPlayer extends React.Component {
3030
onClick={ this.handlePlayMedia }
3131
onLoadedData={ this.props.onLoadedDataGetDuration }
3232
ref={ this.props.videoRef }
33-
// className={ style.videoPreview }
3433
style={ {
3534
display: isDisplayed,
3635
'max-width': viewWith,

src/lib/TranscriptEditor/MediaPlayer/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,6 @@ class MediaPlayer extends React.Component {
315315

316316
const playerControlsSection = (
317317
<div className={ styles.controlsSection }>
318-
{/* <div className={ styles.titleBox }> */}
319-
{/* <h1 className={ styles.title }>{ this.props.mediaUrl }</h1> */}
320-
{/* </div> */}
321318
<PlayerControls
322319
title={ this.props.title? this.props.title: '' }
323320
playMedia={ this.togglePlayMedia.bind(this) }
@@ -349,7 +346,6 @@ class MediaPlayer extends React.Component {
349346
return (
350347
<section className={ styles.topSection }>
351348
<div className={ styles.playerSection }>
352-
{/* { this.props.mediaUrl !== null ? player : null } */}
353349
{ this.props.mediaUrl !== null ? playerControlsSection : null }
354350
</div>
355351
{ this.props.mediaUrl !== null ? progressBar : null }

0 commit comments

Comments
 (0)