diff --git a/lib/check-signature.js b/lib/check-signature.js index 26839ccee..34ad238e0 100644 --- a/lib/check-signature.js +++ b/lib/check-signature.js @@ -2,8 +2,6 @@ /* global process */ const Nacl = require('tweetnacl/nacl-fast'); -// XXX npm "os" and "child_process" - // TODO if this process is using too much CPU, we can use "cluster" to add load balancing to this code //console.log('New child process', process.pid); process.on('message', function (data) {