]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - lib/webtorrent.js
Split models
[github/Chocobozzz/PeerTube.git] / lib / webtorrent.js
index 41e60499fa785bd63c048207ad74d0827798ac46..d1ca3c9f2fe62a784784416c2c38a8e3a36259ab 100644 (file)
@@ -62,7 +62,7 @@
       try {
         wt.remove(magnetUri, callback)
       } catch (err) {
-        console.log('Cannot remove the torrent from WebTorrent', { err: err })
+        console.log('Cannot remove the torrent from WebTorrent')
         return callback(null)
       }