NO-JIRA Removing System.out from a test

This commit is contained in:
Clebert Suconic 2024-07-23 16:28:15 -04:00
parent 7c573db6a1
commit ae26a8640f
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class SaslScramTest extends ActiveMQTestBase {
@BeforeEach
public void startBroker() throws Exception {
String loginConfPath = new File(SaslScramTest.class.getResource("/login.config").toURI()).getAbsolutePath();
System.out.println(loginConfPath);
System.setProperty("java.security.auth.login.config", loginConfPath);
BROKER = new EmbeddedActiveMQ();
URL urlScram = SaslScramTest.class.getResource("/broker-saslscram.xml");