Remove debug message (#12061)

This commit is contained in:
Kevin Zheng
2022-10-22 14:57:06 -07:00
committed by GitHub
parent fec2fb0aee
commit 2366089300

View File

@@ -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()