From 236608930057490a5fb01f9002eaf668e6594429 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Sat, 22 Oct 2022 14:57:06 -0700 Subject: [PATCH] Remove debug message (#12061) --- Content.Server/Station/Systems/StationSystem.cs | 3 --- 1 file changed, 3 deletions(-) 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()