diff options
Diffstat (limited to 'build/hypixel.js')
-rw-r--r-- | build/hypixel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/hypixel.js b/build/hypixel.js index 91ec025..ee81fb5 100644 --- a/build/hypixel.js +++ b/build/hypixel.js @@ -37,7 +37,6 @@ async function sendCleanApiRequest({ path, args }, included, options) { const rawResponse = await hypixelApi_1.sendApiRequest({ path, key, args }); if (rawResponse.throttled) { // if it's throttled, wait a second and try again - console.log('throttled :/'); await new Promise(resolve => setTimeout(resolve, 1000)); return await sendCleanApiRequest({ path, args }, included, options); } |