From 350c5bdd481fe6959ced782c85d928d8d8b118c1 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 14 Mar 2016 06:53:44 +0100 Subject: [PATCH] Publishing snafu fixed; forgot to run build tool --- lib/index.js | 2 -- 1 file changed, 2 deletions(-) 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); });