mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user