From 6cef8bb1587d8c743a885eed6a6272b0d2e0fcfd Mon Sep 17 00:00:00 2001 From: Even Solbraa <41290109+EvenSol@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:01:30 +0000 Subject: [PATCH] remove print --- .../neqsim/thermodynamicoperations/flashops/TPFlashTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java b/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java index dd2cf875a..d83c32e98 100644 --- a/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java +++ b/src/test/java/neqsim/thermodynamicoperations/flashops/TPFlashTest.java @@ -168,6 +168,6 @@ void testTPflash1() { testOps = new ThermodynamicOperations(testSystem); testOps.TPflash(); assertEquals(2, testSystem.getNumberOfPhases()); - testSystem.prettyPrint(); + // testSystem.prettyPrint(); } }