diff options
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r-- | src/hypixel.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts index f3e1491..e2d0e6b 100644 --- a/src/hypixel.ts +++ b/src/hypixel.ts @@ -30,7 +30,6 @@ export async function sendCleanApiRequest({ path, args }, included?: Included[], const rawResponse = await 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) } |