Skip to content

Commit fb55e48

Browse files
committed
Minor fix
1 parent 8227091 commit fb55e48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shared.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8223,8 +8223,6 @@ func SaveWorkflow(resp http.ResponseWriter, request *http.Request) {
82238223
if ((strings.ToLower(action.AppName) == "http" && param.Name == "body") || (strings.ToLower(action.Name) == "send_sms_shuffle" || strings.ToLower(action.Name) == "send_email_shuffle") && param.Name == "apikey") || (action.Name == "repeat_back_to_me") || (action.Name == "filter_list" && param.Name == "field") {
82248224
// Do nothing
82258225
} else {
8226-
log.Printf("PARAM: %s, required: %#v, value: %d", param.Name, param.Required, len(param.Value))
8227-
82288226
thisError := fmt.Sprintf("Action %s is missing required parameter %s", action.Label, param.Name)
82298227
if param.Configuration && len(action.AuthenticationId) == 0 {
82308228
thisError = fmt.Sprintf("Action %s (%s) requires authentication", action.Label, strings.ToLower(strings.Replace(action.AppName, "_", " ", -1)))

0 commit comments

Comments
 (0)