fix: remove Console.Writeline

This commit is contained in:
Jake Fulmine 2024-02-08 13:29:36 +01:00
parent 395effae06
commit c8a8e1714f
No known key found for this signature in database
GPG key ID: 177E8DB7BF4C60B2

View file

@ -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."); throw new PKError("Due to server issues, PluralKit is unable to read images hosted on toyhou.se.");
url = TryRewriteCdnUrl(url); url = TryRewriteCdnUrl(url);
Console.WriteLine(url);
var response = await client.GetAsync(url); var response = await client.GetAsync(url);
if (!response.IsSuccessStatusCode) // Check status code if (!response.IsSuccessStatusCode) // Check status code