From 07c740977caa25414c5f2623d07ce185d2fbbf2d Mon Sep 17 00:00:00 2001 From: Luc Hermitte Date: Fri, 23 Aug 2024 15:02:53 +0200 Subject: [PATCH] Remove comment. --- eof/dataspace_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eof/dataspace_client.py b/eof/dataspace_client.py index 53fcc73..f314dc5 100644 --- a/eof/dataspace_client.py +++ b/eof/dataspace_client.py @@ -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