diff --git a/core/test/net/sf/openrocket/simulation/FlightEventsTest.java b/core/test/net/sf/openrocket/simulation/FlightEventsTest.java index 8820f2710..5340eefc0 100644 --- a/core/test/net/sf/openrocket/simulation/FlightEventsTest.java +++ b/core/test/net/sf/openrocket/simulation/FlightEventsTest.java @@ -86,7 +86,6 @@ public class FlightEventsTest extends BaseTestCase { public void testMultiStage() throws SimulationException { final Rocket rocket = TestRockets.makeFalcon9Heavy(); TestRockets.addCoreFins(rocket); - TestRockets.dumpRocket(rocket, "/Users/SiboVanGool/Downloads/f9.ork"); final Simulation sim = new Simulation(rocket); sim.getOptions().setISAAtmosphere(true);