Skip to content

Commit

Permalink
Remove unused print statement from assets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bugraoz93 committed Dec 8, 2024
1 parent a72e063 commit fdf2fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/api_fastapi/core_api/routes/public/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def get_asset_queued_events(
before: OptionalDateTimeQuery = None,
) -> QueuedEventCollectionResponse:
"""Get queued asset events for an asset."""
print(f"uri: {uri}")
where_clause = _generate_queued_event_where_clause(uri=uri, before=before)
query = (
select(AssetDagRunQueue, AssetModel.uri)
Expand Down

0 comments on commit fdf2fa9

Please sign in to comment.