Remove ignored line in JoramTests
This commit is contained in:
parent
8a09e8f0b5
commit
71ea52bd06
|
@ -252,7 +252,6 @@ public class ActiveMQAdmin implements Admin
|
|||
while ((line = br.readLine()) != null)
|
||||
{
|
||||
System.out.println("SERVER: " + line);
|
||||
line.replace('|', '\n');
|
||||
if ("OK".equals(line.trim()))
|
||||
{
|
||||
new Thread()
|
||||
|
|
Loading…
Reference in New Issue