Skip to content

Commit

Permalink
Removed alert create print
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Mar 5, 2024
1 parent 3c98a99 commit 9e1645d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -9286,16 +9286,6 @@ func GetWorkflowAppConfig(resp http.ResponseWriter, request *http.Request) {
log.Printf("[INFO] Successfully got app %s", fileId)

app.ReferenceUrl = ""

for _, action := range app.Actions {
if !strings.Contains(action.Name, "create_alert") {
continue
}

log.Printf("\n\n[DEBUG] Got action %s with %d params\n\n", action.Name, len(action.Parameters))
break
}

type AppParser struct {
Success bool `json:"success"`
OpenAPI []byte `json:"openapi"`
Expand Down

0 comments on commit 9e1645d

Please sign in to comment.