diff --git a/pkg/workflow/tasks/custom/task.go b/pkg/workflow/tasks/custom/task.go index 461cd3dd0..bc029959f 100644 --- a/pkg/workflow/tasks/custom/task.go +++ b/pkg/workflow/tasks/custom/task.go @@ -240,8 +240,6 @@ func (t *TaskLoader) makeValue(ctx wfContext.Context, templ string, id string, p } contextTempl += "\n" + pCtx.ExtendedContextFile() - fmt.Println("=================", contextTempl) - return value.NewValue(templ+contextTempl, t.pd, contextTempl, value.ProcessScript, value.TagFieldOrder) }