Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Hermitte committed Aug 23, 2024
1 parent f9e06a7 commit 07c7409
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eof/dataspace_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def _construct_orbit_file_query(
query_template = (
"startswith(Name,'{mission_id}') and contains(Name,'{orbit_type}') "
"and ContentDate/Start lt '{start_time}' and ContentDate/End gt '{stop_time}'"
# " and productType eq {orbit_type}"
)

# Format the query template using the values we were provided
Expand Down

0 comments on commit 07c7409

Please sign in to comment.