Skip to content

Commit

Permalink
SporeServer: remove Console.WriteLine from EventsModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Nov 8, 2024
1 parent 5951091 commit 83790e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SporeServer/Models/Xml/EventsModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ public static async Task<EventsModel> SerializeAsync(Stream stream)
var document = await XDocument.LoadAsync(stream, LoadOptions.None, new CancellationToken());
var rootElement = document.Root;

Console.WriteLine(document.ToString());


eventsModel.Events = rootElement.Descendants("event").Select(eventNode =>
{
var eventsModel = new EventsModelEvent()
Expand Down

0 comments on commit 83790e1

Please sign in to comment.