diff --git a/src/index.js b/src/index.js index 49172b3..eb06d19 100644 --- a/src/index.js +++ b/src/index.js @@ -23,8 +23,6 @@ module.exports = function(method, defaults = []) { resolve(result); } - console.log(args); - // Synchronous errors are caught and propagated by Bluebird's `new Promise` already. method.apply(this, args); })