From 750365aa79cb355e80c714085a0d9e2fd490ceb2 Mon Sep 17 00:00:00 2001 From: stephen Date: Wed, 1 Jul 2026 20:24:22 +1000 Subject: [PATCH] before removing Notes,source_context from the Anki cards --- tabs/sandbox_tab.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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)