remove lbry web file analytics (#2454)

Can re-enable once the video player is integrated properly or if internal-apis handles these differently.
This commit is contained in:
Thomas Zarebczan 2019-04-30 11:07:36 -04:00 committed by GitHub
parent b6529ff58c
commit cfc584beaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,10 +24,6 @@ class AudioVideoViewer extends React.PureComponent<Props> {
const { contentType, poster, claim } = this.props;
const { name, claim_id: claimId, txid, nout } = claim;
// Quick fix to get file view events on lbry.tv
// Will need to be changed to include time to start
analytics.apiLogView(`${name}#${claimId}`, `${txid}:${nout}`, claimId);
const path = `https://api.piratebay.com/content/claims/${claim.name}/${
claim.claim_id
}/stream.mp4`;