From c8a8e1714f8f401808c6a66a3ea4051e1d505f83 Mon Sep 17 00:00:00 2001 From: Jake Fulmine Date: Thu, 8 Feb 2024 13:29:36 +0100 Subject: [PATCH] fix: remove Console.Writeline --- PluralKit.Bot/Utils/AvatarUtils.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PluralKit.Bot/Utils/AvatarUtils.cs b/PluralKit.Bot/Utils/AvatarUtils.cs index 47be051f..e714b035 100644 --- a/PluralKit.Bot/Utils/AvatarUtils.cs +++ b/PluralKit.Bot/Utils/AvatarUtils.cs @@ -26,7 +26,6 @@ public static class AvatarUtils throw new PKError("Due to server issues, PluralKit is unable to read images hosted on toyhou.se."); url = TryRewriteCdnUrl(url); - Console.WriteLine(url); var response = await client.GetAsync(url); if (!response.IsSuccessStatusCode) // Check status code