Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Sep 15, 2024
1 parent fdc807c commit e441689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecmwf/opendata/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def get_parts(self, data_urls, for_index):

for name, values in for_index.items():
diff = set(values).difference(possible_values[name])
print(diff, sorted(possible_values[name]))
for d in diff:
warning_once(
"No index entries for %s=%s",
Expand Down

0 comments on commit e441689

Please sign in to comment.