Temporarily disable Reflector upload notice, pending lbrynet fixes
This commit is contained in:
parent
0991eafcbc
commit
cb087cd50d
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ var MyFilesRow = React.createClass({
|
|||
{this.props.completed ? 'Download complete' : (parseInt(this.props.ratioLoaded * 100) + '%')}
|
||||
<div>{ pauseLink }</div>
|
||||
<div>{ watchButton }</div>
|
||||
{this.props.available ? null : <p><em>This file is uploading to Reflector. Reflector is a service that hosts a copy of the file on LBRY's servers so that it's available even if no one with the file is online.</em></p>}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue