From 4cddfb8104a72522b9ae67fd42c2a02b58fa87bb Mon Sep 17 00:00:00 2001 From: Taken Date: Sat, 27 Sep 2025 22:31:46 +0200 Subject: [PATCH] Removed log --- src/lib/hypixel/api/guild.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/hypixel/api/guild.ts b/src/lib/hypixel/api/guild.ts index 3f1dc52..5409359 100644 --- a/src/lib/hypixel/api/guild.ts +++ b/src/lib/hypixel/api/guild.ts @@ -22,7 +22,6 @@ export async function getGuild(id: string, type: "id" | "player" | "name" = "pla }) if (!res.ok) return null - console.log(res.url) const { success, data } = guildSchema.safeParse(await res.json())