removed confusing logging statement that implies a lock was being acquired when it wasnt
This commit is contained in:
@@ -118,10 +118,6 @@ public abstract class AbstractConversationFlowExecutionRepository extends Abstra
|
||||
}
|
||||
|
||||
public FlowExecutionLock getLock(FlowExecutionKey key) throws FlowExecutionRepositoryException {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Getting lock for flow execution with key '" + key + "'");
|
||||
}
|
||||
// lock the entire conversation
|
||||
return new ConversationBackedFlowExecutionLock(getConversation(key));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user