Server: remove logger about the seed of all the videos

This commit is contained in:
Chocobozzz 2016-11-01 17:33:23 +01:00
parent cf6412e85d
commit 6c680ed4e8
1 changed files with 0 additions and 1 deletions

View File

@ -141,7 +141,6 @@ installer.installApplication(function (err) {
// Activate the pool requests // Activate the pool requests
Request.activate() Request.activate()
logger.info('Seeded all the videos')
logger.info('Server listening on port %d', port) logger.info('Server listening on port %d', port)
app.emit('ready') app.emit('ready')
}) })