Remove debug message (#12061)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user