Skip to content

Commit

Permalink
remove errant print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkjames committed Jul 19, 2024
1 parent d549558 commit cbc087a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyleoclim/core/ensemblegeoseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@ def dashboard(self, figsize=[11, 8], gs=None, plt_kwargs=None, histplt_kwargs=No
if self.archiveType is not None:
archiveType = lipdutils.LipdToOntology(self.archiveType)
if archiveType not in lipdutils.PLOT_DEFAULT.keys():
print(archiveType)
archiveType = 'Other'
else:
archiveType = 'Other'
Expand Down

0 comments on commit cbc087a

Please sign in to comment.