File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ def save_custom_presets(custom_data, file_path):
141141 # 4) Load custom presets from JSON (if any) and integrate them
142142 # ---------------------------------------------------------------
143143 variable_dict = _create_variable_dict (loaded_equations )
144- print (variable_dict )
145144 custom_presets = load_custom_presets (file_path )
146145
147146 for custom_name , values_dict in custom_presets .items ():
@@ -151,7 +150,6 @@ def save_custom_presets(custom_data, file_path):
151150 # 5) For the "Add Requirement" dropdown
152151 # ---------------------------------------------------------------
153152 variable_names = [details ["name" ] for details in variable_dict .values ()]
154- print (variable_dict )
155153
156154 # This dict will store the final user inputs after pressing "Submit"
157155 result = {}
You can’t perform that action at this time.
0 commit comments