Skip to content

Commit ad28e2f

Browse files
remove debug log
1 parent b8110fe commit ad28e2f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

temporal-test-server/src/main/java/io/temporal/internal/testservice/TestWorkflowMutableStateImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2012,8 +2012,6 @@ private void scheduleWorkflowTask(RequestContext ctx) {
20122012
// Do not lock if there is an outstanding workflow task.
20132013
if (beforeState == State.NONE && workflowTaskStateMachine.getState() == State.INITIATED) {
20142014
ctx.lockTimer("scheduleWorkflowTask");
2015-
} else {
2016-
log.info("not lockings");
20172015
}
20182016
}
20192017

0 commit comments

Comments
 (0)