Server: Remove unused console log
This commit is contained in:
parent
7fc4cc8881
commit
8eb7d0fa09
|
@ -124,7 +124,6 @@ VideoSchema.pre('save', function (next) {
|
|||
const parsedTorrent = parseTorrent(torrent)
|
||||
video.magnet.infoHash = parsedTorrent.infoHash
|
||||
|
||||
console.log(parsedTorrent)
|
||||
callback(null)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue