Server: Remove unused console log

pull/24/head
Chocobozzz 2016-11-14 22:41:01 +01:00
parent 7fc4cc8881
commit 8eb7d0fa09
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ VideoSchema.pre('save', function (next) {
const parsedTorrent = parseTorrent(torrent)
video.magnet.infoHash = parsedTorrent.infoHash
console.log(parsedTorrent)
callback(null)
})
})