Removed stray debug statement

master
Sven Slootweg 8 years ago
parent 99d668e73c
commit 3a0817b67f

@ -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);
})

Loading…
Cancel
Save