Remove forgotten debug log

This commit is contained in:
BtbN
2019-06-06 23:32:25 +02:00
parent c65c914675
commit 12481ccbb8

View File

@@ -477,8 +477,6 @@ namespace ClanServer.Controllers.L44
.Where(s => s.ProfileID == profile.ID)
.GroupBy(s => s.MusicID);
Console.WriteLine(scoreGroups.ToString());
XElement mdataList = new XElement("mdata_list");
foreach (var scoreGroup in scoreGroups)