diff options
author | Aydar Zartdinov <zartdinov@gmail.com> | 2015-07-09 06:39:47 +0300 |
---|---|---|
committer | Aydar Zartdinov <zartdinov@gmail.com> | 2015-07-09 06:39:47 +0300 |
commit | 4be3c68a8014acba23cde6d57f9a48efad31839c (patch) | |
tree | d5f72466348b20f322b3aab9858591bc66c24b4f /test | |
parent | ec63006d767246aaf92b0bc474bf4043380dbad7 (diff) | |
download | async-4be3c68a8014acba23cde6d57f9a48efad31839c.tar.gz |
ahh, forgot some console.log
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-async.js | 2 |
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(); |