Remove ignored line in JoramTests

This commit is contained in:
Thiago Kronig 2015-05-08 20:41:28 -03:00 committed by Clebert Suconic
parent 8a09e8f0b5
commit 71ea52bd06
1 changed files with 0 additions and 1 deletions

View File

@ -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()