Skip to content

Commit

Permalink
Merge pull request #178 from molssi-seamm/dev
Browse files Browse the repository at this point in the history
Bugfix: removed debug printing in the flowchart
  • Loading branch information
seamm authored Nov 3, 2024
2 parents 969d5d1 + 2f2a0c3 commit e728638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
=======
History
=======
2024.11.3 -- Bugfix: removed debug printing in the flowchart
* Removed debug printing that was accidentally left in the flowchart code.

2024.11.1 -- Enhancement: subflowcharts and menus handling flowcharts
* Added a subflowchart step to allow calling another flowchart from within a
flowchart.
Expand Down
1 change: 0 additions & 1 deletion seamm/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ def get_system_configuration(
system_db = self.get_variable("_system_db")

system = system_db.system
print(f"system = {system}")
if system is None:
configuration = None
else:
Expand Down

0 comments on commit e728638

Please sign in to comment.