Update run-downloadDb.js
This commit is contained in:
parent
b917b77e71
commit
f68db2fb4d
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ const downloadDb = async () => {
|
|||
}, []);
|
||||
|
||||
const delay = ms => new Promise(res => setTimeout(res, ms));
|
||||
log(ctx, JSON.stringify(batches, null, 2));
|
||||
|
||||
for (let i = 0; i < batches.length; i++) {
|
||||
const batch = batches[i];
|
||||
|
|
Loading…
Add table
Reference in a new issue