diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-12-06 21:36:57 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-12-07 17:22:36 +0100 |
commit | 1cb4884db56c774e89db80bd0e79a9765441548d (patch) | |
tree | e292069f7fc3dee470b0e414cfb3add5e46b3e91 /src/poolRequests.js | |
parent | 876d1bcfd07b14d47ba377474e3bb680872d1f7a (diff) | |
download | PeerTube-1cb4884db56c774e89db80bd0e79a9765441548d.tar.gz PeerTube-1cb4884db56c774e89db80bd0e79a9765441548d.tar.zst PeerTube-1cb4884db56c774e89db80bd0e79a9765441548d.zip |
Logging refractoring
Diffstat (limited to 'src/poolRequests.js')
-rw-r--r-- | src/poolRequests.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/poolRequests.js b/src/poolRequests.js index ee6c0156e..391ed6ab2 100644 --- a/src/poolRequests.js +++ b/src/poolRequests.js | |||
@@ -74,7 +74,6 @@ | |||
74 | } | 74 | } |
75 | 75 | ||
76 | function makePoolRequest (type, requests) { | 76 | function makePoolRequest (type, requests) { |
77 | logger.debug('Make pool requests scheduled.') | ||
78 | PodsDB.find({}, { _id: 1, url: 1, publicKey: 1 }).exec(function (err, pods) { | 77 | PodsDB.find({}, { _id: 1, url: 1, publicKey: 1 }).exec(function (err, pods) { |
79 | if (err) throw err | 78 | if (err) throw err |
80 | 79 | ||