diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/models/video.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/video.js b/server/models/video.js index 6d3fa3fb8..d7d99acd6 100644 --- a/server/models/video.js +++ b/server/models/video.js | |||
@@ -124,7 +124,6 @@ VideoSchema.pre('save', function (next) { | |||
124 | const parsedTorrent = parseTorrent(torrent) | 124 | const parsedTorrent = parseTorrent(torrent) |
125 | video.magnet.infoHash = parsedTorrent.infoHash | 125 | video.magnet.infoHash = parsedTorrent.infoHash |
126 | 126 | ||
127 | console.log(parsedTorrent) | ||
128 | callback(null) | 127 | callback(null) |
129 | }) | 128 | }) |
130 | }) | 129 | }) |