Skip to content

Commit

Permalink
remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs committed Jul 23, 2024
1 parent 1645a18 commit e42f848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/trigger/trigger_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (trigger *TriggerApi) Execute(context *gin.Context) {
context.JSON(http.StatusRequestTimeout, msg)
log.Error("async execution timed out for playbook ", playbook.ID)
case exec_details := <-trigger.Executionsch:
// Ad-hoc format using '///' separator
playbook_id := exec_details.PlaybookId
exec_id := exec_details.ExecutionId
if playbook_id == playbook.ID {
Expand Down

0 comments on commit e42f848

Please sign in to comment.