Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamrgs authored and MaartendeKruijf committed Aug 8, 2024
1 parent 096a3fe commit 262f2d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func (reporter *Reporter) reportWorkflowStart(executionId uuid.UUID, playbook ca
}
func (reporter *Reporter) ReportWorkflowStart(executionId uuid.UUID, playbook cacao.Playbook) {
log.Trace(fmt.Sprintf("[execution: %s, playbook: %s] reporting workflow start", executionId, playbook.ID))
fmt.Printf("[execution: %s, playbook: %s] reporting workflow start", executionId, playbook.ID)
go reporter.reportWorkflowStart(executionId, playbook)
}

Expand Down

0 comments on commit 262f2d1

Please sign in to comment.