From 697a24c4fa9e4f8099852308053647a0ccc0a46f Mon Sep 17 00:00:00 2001 From: Ske Date: Wed, 29 Apr 2020 02:35:46 +0200 Subject: [PATCH] Remove unused assignment --- PluralKit.Bot/Commands/SystemFront.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/PluralKit.Bot/Commands/SystemFront.cs b/PluralKit.Bot/Commands/SystemFront.cs index 1ceac707..606e6ed6 100644 --- a/PluralKit.Bot/Commands/SystemFront.cs +++ b/PluralKit.Bot/Commands/SystemFront.cs @@ -63,7 +63,6 @@ namespace PluralKit.Bot embedTitle, async (builder, switches) => { - var outputStr = ""; foreach (var entry in switches) { var lastSw = entry.LastTime; @@ -98,8 +97,6 @@ namespace PluralKit.Bot break; }// TODO: Make sure this works } - - builder.Description = outputStr; } ); }