mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 03:00:13 +00:00
fix: remove Console.Writeline
This commit is contained in:
parent
395effae06
commit
c8a8e1714f
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue