Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 3, 2024
1 parent 5f2883c commit 6cef8bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ void testTPflash1() {
testOps = new ThermodynamicOperations(testSystem);
testOps.TPflash();
assertEquals(2, testSystem.getNumberOfPhases());
testSystem.prettyPrint();
// testSystem.prettyPrint();
}
}

0 comments on commit 6cef8bb

Please sign in to comment.