projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6412e
)
Server: remove logger about the seed of all the videos
author
Chocobozzz
<florian.bigard@gmail.com>
Tue, 1 Nov 2016 16:33:23 +0000
(17:33 +0100)
committer
Chocobozzz
<florian.bigard@gmail.com>
Tue, 1 Nov 2016 16:33:23 +0000
(17:33 +0100)
server.js
patch
|
blob
|
history
diff --git
a/server.js
b/server.js
index d866f628c1e439146f91d18aaccb39efa30e47b0..28ad4fc0893055d70610ced6d17ec93106bd1203 100644
(file)
--- 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')
})