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); } };