We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a100aef + d7a0e40 commit dcf8d98Copy full SHA for dcf8d98
clouddrift/adapters/gdp/gdp1h.py
@@ -80,7 +80,7 @@ def download(
80
out : list
81
List of retrieved drifters
82
"""
83
- _logger.debug(f"Downloading GDP hourly data from ({url}) to ({tmp_path})")
+ print(f"Downloading GDP hourly data from ({url}) to ({tmp_path})")
84
85
# Create a temporary directory if doesn't already exists.
86
os.makedirs(tmp_path, exist_ok=True)
0 commit comments