From 71f4938b4196a9e7f61ee27a03822b69e499d638 Mon Sep 17 00:00:00 2001 From: Guido Riembauer Date: Tue, 28 Nov 2023 09:40:06 +0100 Subject: [PATCH] remove obsolete comment --- sadasadam/download.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sadasadam/download.py b/sadasadam/download.py index bfea698..44e0cd8 100644 --- a/sadasadam/download.py +++ b/sadasadam/download.py @@ -46,7 +46,6 @@ def download_with_eodag( } search_results = dag.search_all(**search_kwargs) num_results = len(search_results) - # iterate over pages print( f"Found {num_results} matching scenes " f"of type {product_type}, starting download..."