From 653c7b22bd8ed6dbcc0c78329ace66e68acf94fb Mon Sep 17 00:00:00 2001 From: spiral Date: Sat, 1 May 2021 19:32:37 +0100 Subject: [PATCH] remove random console log --- PluralKit.Bot/Proxy/ProxyService.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PluralKit.Bot/Proxy/ProxyService.cs b/PluralKit.Bot/Proxy/ProxyService.cs index e1ac5ac8..bb0f6232 100644 --- a/PluralKit.Bot/Proxy/ProxyService.cs +++ b/PluralKit.Bot/Proxy/ProxyService.cs @@ -194,8 +194,6 @@ namespace PluralKit.Bot var username = nickname ?? repliedTo.Author.Username; var avatarUrl = $"https://cdn.discordapp.com/avatars/{repliedTo.Author.Id}/{repliedTo.Author.Avatar}.png"; - Console.WriteLine($"color {match.Member.Color}"); - return new Embed { // unicodes: [three-per-em space] [left arrow emoji] [force emoji presentation] @@ -295,4 +293,4 @@ namespace PluralKit.Bot if (proxyName.Length > Limits.MaxProxyNameLength) throw Errors.ProxyNameTooLong(proxyName); } } -} \ No newline at end of file +}