diff options
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 | ||