diff --git a/tabs/sandbox_tab.py b/tabs/sandbox_tab.py index 393d526..f9e1cd3 100644 --- a/tabs/sandbox_tab.py +++ b/tabs/sandbox_tab.py @@ -215,15 +215,15 @@ class SandboxTab(QWidget): QMessageBox.warning(self, "Validation Alert", "English and Spanish phrase properties cannot remain blank.") return - print(f"\n[DEBUG DATABASE WRITE]") - print(f" ID Selected: {self.selected_translation_id}") - print(f" English: {en_t}") - print(f" Spanish: {es_t}") - print(f" Context: {ctx_t}") - print(f" Tags: {tag_t}") - print(f" Notes: {self.current_notes_content}") - print(f" Anki Notes: {self.current_anki_notes_content}") - print(f" Gender: {gender_t}\n") + # print(f"\n[DEBUG DATABASE WRITE]") + # print(f" ID Selected: {self.selected_translation_id}") + # print(f" English: {en_t}") + # print(f" Spanish: {es_t}") + # print(f" Context: {ctx_t}") + # print(f" Tags: {tag_t}") + # print(f" Notes: {self.current_notes_content}") + # print(f" Anki Notes: {self.current_anki_notes_content}") + # print(f" Gender: {gender_t}\n") # Fixed argument sequence to match Beekeeper schema (gender position 7, anki_notes position 8)