diff options
| author | Bobby <[email protected]> | 2023-06-07 22:45:53 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-07 22:45:53 -0400 |
| commit | d23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e (patch) | |
| tree | fff0cabae3a2e5965b23f1091213172f0a88d78e /static/js | |
| parent | 2f3508ea23a9ce470fd6570235aa63e90e50df7f (diff) | |
| download | thatcomputerscientist-d23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e.tar.xz thatcomputerscientist-d23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e.zip | |
Remove log statements
Diffstat (limited to 'static/js')
| -rw-r--r-- | static/js/tl.js | 3 |
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 |
