From 19f0d0ff3283fecd6a09c64c7858ab6720fea57a Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 28 Oct 2015 21:52:18 +0100 Subject: Bug fix #945: remove commented code --- test/test-async.js | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/test-async.js b/test/test-async.js index a63a8bb..5777744 100755 --- a/test/test-async.js +++ b/test/test-async.js @@ -3511,7 +3511,6 @@ exports['queue'] = { } else { call_order.push(task.id); - // call_order.push('timeout ' + elapsed()); callback(); } }, 10); -- cgit v1.2.1