This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 9ac7702c93767c6e0dd67981e99b385abcd96860 Author: Clebert Suconic <[email protected]> AuthorDate: Thu Apr 25 11:08:54 2019 -0400 ARTEMIS-2318 Removing debug message left by accident --- .../artemis/core/persistence/impl/journal/LargeServerMessageImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java index 9c05df5..153c583 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/persistence/impl/journal/LargeServerMessageImpl.java @@ -355,8 +355,6 @@ public final class LargeServerMessageImpl extends CoreMessage implements LargeSe @Override public Message copy() { - new Exception("hmmmmm").printStackTrace(); - System.exit(-1); SequentialFile newfile = storageManager.createFileForLargeMessage(messageID, durable); Message newMessage = new LargeServerMessageImpl(this, properties, newfile, messageID);
