diff --git a/Content.Server/Station/Systems/StationSystem.cs b/Content.Server/Station/Systems/StationSystem.cs index 290c4ce703..27c8ad7886 100644 --- a/Content.Server/Station/Systems/StationSystem.cs +++ b/Content.Server/Station/Systems/StationSystem.cs @@ -80,9 +80,6 @@ public sealed class StationSystem : EntitySystem return; stationData.Grids.Remove(uid); - - // TODO: Remove this when we find out what's mysteriously pulling the rug under us maps wise. - _sawmill.Debug($"Station grid is being deleted, trace is: {Environment.StackTrace}"); } public override void Shutdown()