Skip to content

Commit

Permalink
Remove debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsharma2 committed Nov 21, 2024
1 parent 8fb5f5b commit 6996c71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/api_fastapi/core_api/routes/public/task_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,6 @@ def get_log(

task_log_reader = TaskLogReader()

print("\n\ntask_log_reader : ", task_log_reader)

if not task_log_reader.supports_read:
raise HTTPException(status.HTTP_400_BAD_REQUEST, "Task log handler does not support read logs.")

Expand Down

0 comments on commit 6996c71

Please sign in to comment.