diff options
Diffstat (limited to 'src/hypixelApi.ts')
-rw-r--r-- | src/hypixelApi.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hypixelApi.ts b/src/hypixelApi.ts index 4807b2b..72af1af 100644 --- a/src/hypixelApi.ts +++ b/src/hypixelApi.ts @@ -140,7 +140,6 @@ export async function sendApiRequest({ path, key, args }): Promise<HypixelRespon let fetchJsonParsed: any try { - console.log(fetchUrl) fetchResponse = await fetch( fetchUrl, { agent: () => httpsAgent } |