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

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@603873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-12-13 10:41:16 +00:00
parent cea2f930c3
commit 388a5c4356
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ final class RecoveryListenerAdapter implements MessageRecoveryListener {
return recoverMessage(message);
} else {
LOG.error("Message id " + ref + " could not be recovered from the data store!");
Thread.dumpStack();
}
return false;
}