From 4be3c68a8014acba23cde6d57f9a48efad31839c Mon Sep 17 00:00:00 2001 From: Aydar Zartdinov Date: Thu, 9 Jul 2015 06:39:47 +0300 Subject: ahh, forgot some console.log --- test/test-async.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-async.js b/test/test-async.js index f84777f..3eb1324 100755 --- a/test/test-async.js +++ b/test/test-async.js @@ -4299,7 +4299,6 @@ exports['asyncify'] = { }); }; async.asyncify(promisified)("argument", function (err) { - console.log(err.message); test.ok(err); test.ok(err.message === "argument rejected"); test.done(); @@ -4337,7 +4336,6 @@ exports['asyncify'] = { }); }; async.asyncify(promisified)("argument", function (err) { - console.log(err.message); test.ok(err); test.ok(err.message === "argument rejected"); test.done(); -- cgit v1.2.1