From 4191b814ba344838f09fbd2f499e88ac31bdc4c7 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 17 May 2022 18:46:29 +0000 Subject: remove some debug console.logs --- src/hypixelApi.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/hypixelApi.ts') diff --git a/src/hypixelApi.ts b/src/hypixelApi.ts index 40a972a..d229bc1 100644 --- a/src/hypixelApi.ts +++ b/src/hypixelApi.ts @@ -104,7 +104,6 @@ export interface HypixelPlayerSocialMedia { /** Send an HTTP request to the Hypixel API */ export let sendApiRequest = async

(path: P, options: typedHypixelApi.Requests[P]['options']): Promise => { // Send a raw http request to api.hypixel.net, and return the parsed json - console.log('requesting', path, options) let response: typedHypixelApi.Requests[P]['response'] try { response = await typedHypixelApi.request( -- cgit