ashb commented on code in PR #56290:
URL: https://github.com/apache/airflow/pull/56290#discussion_r2394509412


##########
go-sdk/pkg/worker/runner.go:
##########
@@ -258,13 +258,6 @@ func (w *worker) ExecuteTaskWorkload(ctx context.Context, 
workload api.ExecuteTa
                        State:     api.Running,
                        StartDate: time.Now().UTC(),
                })
-       logger.LogAttrs(
-               ctx,
-               slog.LevelInfo,
-               "Start context",
-               slog.Any("resp", runtimeContext),
-               logging.AttrErr(err),
-       )

Review Comment:
   This was a debug log message that was left in from a previous commit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to