From e8628d7d9b6223c81b052372b867d37d763cc137 Mon Sep 17 00:00:00 2001 From: Nick Thompson <65097490+Nick-NCSU@users.noreply.github.com> Date: Sun, 16 Oct 2022 16:49:24 -0400 Subject: [PATCH] Update index.js --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 029a8e3..57d3bcc 100644 --- a/index.js +++ b/index.js @@ -157,7 +157,6 @@ exports.fetch = async function limitFetch(text) { if(response.status != 420) { return await response.json(); } - console.log('retry') await sleep(2000); } };