From d23bda75ffd84a5a1a95eaceb3b154bd6f92eb9e Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 7 Jun 2023 22:45:53 -0400 Subject: Remove log statements --- static/js/tl.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'static') 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 -- cgit v1.2.3