summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAydar Zartdinov <zartdinov@gmail.com>2015-07-09 06:39:47 +0300
committerAydar Zartdinov <zartdinov@gmail.com>2015-07-09 06:39:47 +0300
commit4be3c68a8014acba23cde6d57f9a48efad31839c (patch)
treed5f72466348b20f322b3aab9858591bc66c24b4f
parentec63006d767246aaf92b0bc474bf4043380dbad7 (diff)
downloadasync-4be3c68a8014acba23cde6d57f9a48efad31839c.tar.gz
ahh, forgot some console.log
-rwxr-xr-xtest/test-async.js2
1 files changed, 0 insertions, 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();