Skip to content

Commit 0be11e7

Browse files
authored
Merge branch 'main' into apppears
2 parents 50f2ccd + bff301a commit 0be11e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

earthpy/io.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def get_data(self,
176176
f"Title '{title}' not found in available datasets."
177177
)
178178
urls = self._get_figshare_download_urls(article_id)
179-
print(urls)
179+
180180
this_data = []
181181
for fname, data_url in urls.items():
182182
# Determine filetype using file name extension
@@ -186,7 +186,6 @@ def get_data(self,
186186
file_type = ext
187187
fname = fname.replace('.'+ext, "")
188188
this_data.append((data_url, fname, file_type))
189-
print(this_data)
190189

191190
if url is not None:
192191
with requests.head(url) as r:

0 commit comments

Comments
 (0)