NO-JIRA: Removing spurious debug message

(cherry picked from commit f660783df5)
This commit is contained in:
Clebert Suconic 2017-02-16 12:05:44 -05:00
parent 446523f243
commit 64968afce0
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ public class LastValueQueue extends QueueImpl {
final HierarchicalRepository<AddressSettings> addressSettingsRepository,
final Executor executor) {
super(persistenceID, address, name, filter, pageSubscription, user, durable, temporary, autoCreated, scheduledExecutor, postOffice, storageManager, addressSettingsRepository, executor);
new Exception("LastValueQeue " + this).toString();
}
@Override