]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - src/poolRequests.js
Logging refractoring
[github/Chocobozzz/PeerTube.git] / src / poolRequests.js
index ee6c0156e2e8aa3eafc30d08080093a03319e4c4..391ed6ab2b2544bbb495f0821a7f895032357413 100644 (file)
@@ -74,7 +74,6 @@
   }
 
   function makePoolRequest (type, requests) {
-    logger.debug('Make pool requests scheduled.')
     PodsDB.find({}, { _id: 1, url: 1, publicKey: 1 }).exec(function (err, pods) {
       if (err) throw err