translations: remove console.log
This commit is contained in:
parent
28b9019052
commit
87e3be7e66
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue