Skip to content

Commit

Permalink
addressed review by Norman
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Jul 22, 2024
1 parent 4b0251b commit 3db4e50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xcube/webapi/datasets/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ def get_dataset_configs_from_stores(
data_store.get_data_ids(data_type=MULTI_LEVEL_DATASET_TYPE),
)
for store_dataset_id in store_dataset_ids:
print(store_dataset_id)
if fnmatch.fnmatch(store_dataset_id, dataset_id_pattern):
all_dataset_configs.append(
_get_selected_dataset_config(
Expand Down

0 comments on commit 3db4e50

Please sign in to comment.