Temporarily disable Reflector upload notice, pending lbrynet fixes

This commit is contained in:
Alex Liebowitz 2016-09-24 04:14:04 -04:00
parent 0991eafcbc
commit cb087cd50d

View file

@ -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>
)
}