mirror of
https://github.com/BtbN/ClanServer.git
synced 2026-09-07 07:55:16 -05:00
Remove forgotten debug log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user