Skip to content

Commit

Permalink
Bug fix caolan#945: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-26 committed Oct 28, 2015
1 parent baf62a0 commit 19f0d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-async.js
Original file line number Diff line number Diff line change
Expand Up @@ -3511,7 +3511,6 @@ exports['queue'] = {
}
else {
call_order.push(task.id);
// call_order.push('timeout ' + elapsed());
callback();
}
}, 10);
Expand Down

0 comments on commit 19f0d0f

Please sign in to comment.