translations: remove console.log

This commit is contained in:
Hans Fast 2026-04-01 08:56:18 +02:00
parent 28b9019052
commit 87e3be7e66
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ function addTranslationInterface(body, activelang="en"){
const langsInGroup = trlAltElems.map(t => t.getAttribute('lang'));
const trlSel = doc.createElement('trl-selector');
langsInGroup.forEach(lang => {
console.log(lang);
let grname = `trlg-${seq}`;
let inputId = `${grname}-${lang}`;
const input = doc.createElement('input');