Skip to content

Commit

Permalink
removed useless print messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunFell committed Aug 12, 2024
1 parent 7deb256 commit 5dd3c46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PostProcessing/Source/Common/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,8 @@ def MultipleDatabase(config):
"""

if len(PlotFiles(config))>1:
print("Opening multiple plot files")
return True
else:
print("Opening single plot file")
return False

@require_visit
Expand Down

0 comments on commit 5dd3c46

Please sign in to comment.