1
0
Fork 0

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

View file

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