From 2f2a0c3bda9c6738f2f74fc8f6fa456950a45396 Mon Sep 17 00:00:00 2001 From: Paul Saxe Date: Sun, 3 Nov 2024 17:27:32 -0500 Subject: [PATCH] Bugfix: removed debug printing in the flowchart * Removed debug printing that was accidentally left in the flowchart code. --- HISTORY.rst | 3 +++ seamm/node.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 88f8164..c28e06f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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. diff --git a/seamm/node.py b/seamm/node.py index be08082..f271be5 100644 --- a/seamm/node.py +++ b/seamm/node.py @@ -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: