diff --git a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java index 8e65f29c7..d97a0b049 100644 --- a/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java +++ b/core/src/net/sf/openrocket/rocketcomponent/FlightConfiguration.java @@ -601,12 +601,6 @@ public class FlightConfiguration implements FlightConfigurableParameter contexts = entry.getValue(); - - if( ! component.isAerodynamic()){ -// System.err.println(" << non-aerodynamic"); - // all non-aerodynamic components should be surrounded by aerodynamic ones - continue; - } // FinSets already provide a bounding box, so let's use that. if (component instanceof BoxBounded) {