From f68db2fb4dccd7e9823355083ac1d2660f692e9d Mon Sep 17 00:00:00 2001 From: Lightling Date: Wed, 28 Feb 2024 22:26:51 -0500 Subject: [PATCH] Update run-downloadDb.js --- run-downloadDb.js | 1 - 1 file changed, 1 deletion(-) 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];