From: Chocobozzz Date: Tue, 1 Nov 2016 16:33:23 +0000 (+0100) Subject: Server: remove logger about the seed of all the videos X-Git-Tag: v0.0.1-alpha~656 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6c680ed4e8e1df127c688fd1d6931257cbf75d80;p=oweals%2Fpeertube.git Server: remove logger about the seed of all the videos --- diff --git a/server.js b/server.js index d866f628c..28ad4fc08 100644 --- a/server.js +++ b/server.js @@ -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') })