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
1 changed files with 0 additions and 1 deletions

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