Server: remove logger about the seed of all the videos
This commit is contained in:
parent
cf6412e85d
commit
6c680ed4e8
|
@ -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')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue