diff --git a/Content.Shared/Throwing/ThrownItemSystem.cs b/Content.Shared/Throwing/ThrownItemSystem.cs index 8efeed5d13..a258492600 100644 --- a/Content.Shared/Throwing/ThrownItemSystem.cs +++ b/Content.Shared/Throwing/ThrownItemSystem.cs @@ -36,7 +36,6 @@ namespace Content.Shared.Throwing var fixture = physicsComponent.GetFixture(ThrowingFixture); if (fixture == null) { - Logger.Error($"Tried to remove throwing fixture for {component.Owner} but none found?"); return; }