ARTEMIS-1333 removing Exception(trace) from test

This commit is contained in:
Clebert Suconic 2017-08-10 14:41:50 -04:00
parent 2c30be8809
commit cc26936917
1 changed files with 0 additions and 1 deletions

View File

@ -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";
}