diff --git a/index.js b/index.js index f4d6819..8107bc1 100644 --- a/index.js +++ b/index.js @@ -75,7 +75,6 @@ module.exports = function (request, options) { function cleanup() { bb.removeListener('field', onField); bb.removeListener('file', customOnFile || onFile); - bb.removeListener('close', cleanup); bb.removeListener('end', cleanup); bb.removeListener('error', onEnd); bb.removeListener('partsLimit', onEnd);