Skip to content

Commit 92518eb

Browse files
committed
Getting rid of extra print statements in the code.
1 parent ad5bb15 commit 92518eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

earthpy/io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ def get_data(self,
241241
verbose=verbose,
242242
)
243243
data_paths.append(this_path)
244-
print(data_paths)
245244

246245
# Return the data path or list of paths
247246
if len(data_paths) == 1:

0 commit comments

Comments
 (0)