vatsrahul1001 commented on code in PR #59372:
URL: https://github.com/apache/airflow/pull/59372#discussion_r2655043650
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/utils/pod_manager.py:
##########
@@ -487,18 +487,21 @@ def consume_logs(*, since_time: DateTime | None = None)
-> tuple[DateTime | None
message_timestamp = line_timestamp
progress_callback_lines.append(line)
Review Comment:
progress_callback_lines variable appears to be dead code now that the
callback uses message_to_log directly.
--
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]