Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-06-12 04:18:37 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-06-12 04:18:37 +0300
commit5549721543445fac951b32f75e0a8afb2a9e9f42 (patch)
treedef0b574ccfb6a1c277551e95aa27ab3f4d0e49e /bin/cmd.js
parentaea52b2f489ba84d431434494810d9f31d18df4f (diff)
command line: hide magnet uri
Fixes #340
Diffstat (limited to 'bin/cmd.js')
-rwxr-xr-xbin/cmd.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cmd.js b/bin/cmd.js
index 40a76ab..7c82a9a 100755
--- a/bin/cmd.js
+++ b/bin/cmd.js
@@ -499,7 +499,6 @@ function drawTorrent (torrent) {
'{bold:' + torrent.name + '}'
)
if (seeding) {
- clivas.line('{green:magnet uri:} ' + torrent.magnetURI)
clivas.line('{green:info hash:} ' + torrent.infoHash)
linesRemaining -= 1
}