Skip to content

Commit

Permalink
Merge pull request #323 from kcpevey/patch-1
Browse files Browse the repository at this point in the history
Remove stray print statement in load_datasets
  • Loading branch information
CommonClimate authored Feb 10, 2023
2 parents 022b3bc + aa41105 commit ce67135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyleoclim/utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def load_dataset(name):
metadata = get_metadata(name)
# construct the full path to the file in the data directory
path = DATA_DIR.joinpath(f"{metadata['filename']}.{metadata['file_extension']}")
print(type(path))

# if this is a csv
if metadata['file_extension'] == 'csv':
Expand Down

0 comments on commit ce67135

Please sign in to comment.