Skip to content

Commit 1099d42

Browse files
committed
removed commented out line
Signed-off-by: Neil South <[email protected]>
1 parent ee57b9a commit 1099d42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WorkflowManager/WorkflowExecuter/Services/WorkflowExecuterService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ public async Task<bool> ProcessTaskUpdate(TaskUpdateEvent message)
306306
{
307307
_logger.TaskTimedOut(message.TaskId, message.WorkflowInstanceId, currentTask.Timeout);
308308
await ClinicalReviewTimeOutEvent(workflowInstance, currentTask, message.CorrelationId);
309-
310-
//return false;
311309
}
312310

313311
if (!message.Status.IsTaskExecutionStatusUpdateValid(currentTask.Status))

0 commit comments

Comments
 (0)