dead code lint

pull/1085/head
Ryan Tharp 5 years ago
parent 0bbd265d52
commit a3f51648a5

@ -109,7 +109,7 @@ function abortableIterator(array, iterator) {
start: async serially => { start: async serially => {
let item = destructableList.pop(); let item = destructableList.pop();
while (item && !abortIteration) { while (item && !abortIteration) {
// console.log('iterating on item', item); // log.debug('iterating on item', item);
if (serially) { if (serially) {
try { try {
// eslint-disable-next-line no-await-in-loop // eslint-disable-next-line no-await-in-loop

Loading…
Cancel
Save