diff --git a/internal/reporter/reporter.go b/internal/reporter/reporter.go index bc78e0e7..173e9854 100644 --- a/internal/reporter/reporter.go +++ b/internal/reporter/reporter.go @@ -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) }