From cfc584beaa000aad8fa5b74e2e6ee67eaf131473 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 30 Apr 2019 11:07:36 -0400 Subject: [PATCH] remove lbry web file analytics (#2454) Can re-enable once the video player is integrated properly or if internal-apis handles these differently. --- src/ui/component/viewers/videoViewer.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ui/component/viewers/videoViewer.jsx b/src/ui/component/viewers/videoViewer.jsx index 0c756a416..1b5640c64 100644 --- a/src/ui/component/viewers/videoViewer.jsx +++ b/src/ui/component/viewers/videoViewer.jsx @@ -24,10 +24,6 @@ class AudioVideoViewer extends React.PureComponent { 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`;