Skip to content

Commit 5cdf266

Browse files
authored
Update interactive_table.py
1 parent 46c4f49 commit 5cdf266

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/axiomatic/axtract/interactive_table.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = {}

0 commit comments

Comments
 (0)