Skip to content

Commit

Permalink
Remove stray prints
Browse files Browse the repository at this point in the history
  • Loading branch information
blaiszik committed Aug 16, 2024
1 parent e209d83 commit 90b1726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions foundry/foundry_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ def clear_dataset_cache(self):

def clean_dc_dict(self):
"""Clean the Datacite dictionary of None values"""
print(self.dc.json())
print()
print(json.loads(self.dc.json()))
return self.delete_none(json.loads(self.dc.json()))

Expand Down

0 comments on commit 90b1726

Please sign in to comment.