diff options
Diffstat (limited to 'build/hypixelApi.js')
-rw-r--r-- | build/hypixelApi.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/hypixelApi.js b/build/hypixelApi.js index 15c8817..9f54ef2 100644 --- a/build/hypixelApi.js +++ b/build/hypixelApi.js @@ -55,7 +55,6 @@ async function sendApiRequest({ path, key, args }) { let fetchResponse; let fetchJsonParsed; try { - console.log(fetchUrl); fetchResponse = await node_fetch_1.default(fetchUrl, { agent: () => httpsAgent }); fetchJsonParsed = await fetchResponse.json(); } |