ARTEMIS-1333 removing Exception(trace) from test
This commit is contained in:
parent
2c30be8809
commit
cc26936917
|
@ -96,7 +96,6 @@ public class SendAckFailTest extends ActiveMQTestBase {
|
|||
|
||||
@Override
|
||||
public String getJournalDir(final int index, final boolean backup) {
|
||||
new Exception("trace").printStackTrace(System.out);
|
||||
return "./target/send-ack/journal";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue