aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js')
-rw-r--r--static/js/tl.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/static/js/tl.js b/static/js/tl.js
index 98bd9529..dd6a34b8 100644
--- a/static/js/tl.js
+++ b/static/js/tl.js
@@ -33,9 +33,6 @@ function triggerTranslation(language) {
triggerTranslation(language);
}, 100);
} else {
- console.log("triggering translation");
- console.log(selectEl.options, selectEl.options.length); // HTMLOptionsCollection with options
-
// Continue with the logic for handling the available options
selectEl.value = language; // Change the value of the select element
selectEl.dispatchEvent(new Event("change")); // Trigger change event