aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-06-07 22:45:53 -0400
committerBobby <[email protected]>2023-06-07 22:45:53 -0400
commitd23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e (patch)
treefff0cabae3a2e5965b23f1091213172f0a88d78e
parent2f3508ea23a9ce470fd6570235aa63e90e50df7f (diff)
downloadthatcomputerscientist-d23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e.tar.xz
thatcomputerscientist-d23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e.zip
Remove log statements
-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