Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Nov 13, 2020
1 parent 6be838f commit cde862c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ export const BrowseComponent = withBearer(({ bearer }) => {
provider,
torrentId: torrent.id
})
console.log(magnet)
history.push(`/play?torrent=${encodeURIComponent(magnet)}`)
}}>

Expand Down

0 comments on commit cde862c

Please sign in to comment.