NO-JIRA: Removing spurious debug message
(cherry picked from commit f660783df5
)
This commit is contained in:
parent
446523f243
commit
64968afce0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue