diff --git a/lib/index.js b/lib/index.js index 0c4f939..93f35e5 100644 --- a/lib/index.js +++ b/lib/index.js @@ -28,8 +28,6 @@ module.exports = function (method) { resolve(result); }; - console.log(args); - // Synchronous errors are caught and propagated by Bluebird's `new Promise` already. method.apply(_this, args); });