1
0
mirror of https://gitlab.com/Deukhoofd/DeukBot4.git synced 2025-09-03 08:07:19 +00:00

Removed debug line

This commit is contained in:
Deukhoofd 2018-05-06 19:16:02 +02:00
parent ac79b1e4de
commit c2120cd302
No known key found for this signature in database
GPG Key ID: B4C087AC81641654

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");