Fixed visuals and targeting during onboarding

This commit is contained in:
frikky
2022-01-04 02:36:05 +01:00
parent b0efab9505
commit a900b5aa71
11 changed files with 312 additions and 123 deletions
+1 -1
View File
@@ -859,7 +859,7 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
executedIds = append(executedIds, newExecId)
toRemove = append(toRemove, index)
} else {
log.Printf("\n\n[DEBUG] %s is already executed. Continuing.", newExecId)
//log.Printf("\n\n[DEBUG] %s is already executed. Continuing.", newExecId)
continue
}