Fixed logging issues

This commit is contained in:
frikky
2020-06-02 05:22:10 +02:00
parent 12ffc18338
commit 380d5b31d6
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -1378,7 +1378,6 @@ func saveWorkflow(resp http.ResponseWriter, request *http.Request) {
// Check tosee if the appaction is valid
curappaction := WorkflowAppAction{}
for _, curAction := range curapp.Actions {
log.Printf("Same? %s - %s", action.Name, curAction.Name)
if action.Name == curAction.Name {
curappaction = curAction
break