diff --git a/run-downloadDb.js b/run-downloadDb.js index 89cc6e9..fdb21cd 100644 --- a/run-downloadDb.js +++ b/run-downloadDb.js @@ -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];