From 1470a846739e303a42933baed42d5165143aaa65 Mon Sep 17 00:00:00 2001 From: Daniel_M_Williams Date: Sun, 11 Feb 2018 09:46:50 -0500 Subject: [PATCH] [debug] removed unnecessary printlns in unit tests --- swing/test/net/sf/openrocket/IntegrationTest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/swing/test/net/sf/openrocket/IntegrationTest.java b/swing/test/net/sf/openrocket/IntegrationTest.java index 570d545a6..2c0fd17c2 100644 --- a/swing/test/net/sf/openrocket/IntegrationTest.java +++ b/swing/test/net/sf/openrocket/IntegrationTest.java @@ -120,10 +120,7 @@ public class IntegrationTest { checkUndoState(null, null); InnerTube mmt = (InnerTube)config.getRocket().getChild(0).getChild(1).getChild(2); - System.err.println(String.format("IntegrationTest::testSimpleRocket(...)....")); - System.err.println(String.format(" Config: %s", config.toDebug() )); - System.err.println(String.format(" motor config: %s", mmt.getMotorConfig( config.getId() ).toDescription() )); - + // Compute cg+cp + altitude // double cgx, double mass, double cpx, double cna) checkCgCp(0.248, 0.0645, 0.320, 12.0);