Skip to content

Commit dcf8d98

Browse files
authored
Merge pull request #559 from KevinShuman/558-temp-print
Changes logger statement to print statement Issue #558
2 parents a100aef + d7a0e40 commit dcf8d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clouddrift/adapters/gdp/gdp1h.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def download(
8080
out : list
8181
List of retrieved drifters
8282
"""
83-
_logger.debug(f"Downloading GDP hourly data from ({url}) to ({tmp_path})")
83+
print(f"Downloading GDP hourly data from ({url}) to ({tmp_path})")
8484

8585
# Create a temporary directory if doesn't already exists.
8686
os.makedirs(tmp_path, exist_ok=True)

0 commit comments

Comments
 (0)