crap - left a Thread.dumpStack() method in the class - removing

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@603869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-12-13 09:57:27 +00:00
parent a3b4c5a358
commit cea2f930c3
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ public class AMQPersistenceAdapter implements PersistenceAdapter, UsageListener,
public void setBrokerService(BrokerService brokerService) {
this.brokerService = brokerService;
Thread.dumpStack();
}
public synchronized void start() throws Exception {