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