1
0
mirror of https://gitlab.com/Deukhoofd/DeukBot4.git synced 2025-10-27 17:00:05 +00:00

Removed debug line

This commit is contained in:
2018-05-06 19:16:02 +02:00
parent ac79b1e4de
commit c2120cd302

View File

@@ -28,7 +28,6 @@ namespace DeukBot4.MessageHandlers.CommandHandler
entry.Add(command.Value.Name, command.Value.ShortHelp);
}
var sb = new StringBuilder();
Console.WriteLine(dic.Count);
foreach (var entry in dic)
{
sb.Append($"**{entry.Key}**\n");