remove logs

This commit is contained in:
Mads Rasmussen
2024-02-03 15:01:29 +01:00
parent 0cdc1e60bf
commit 8dd7464e9c

View File

@@ -87,8 +87,6 @@ export class UmbDictionaryTableCollectionViewElement extends UmbLitElement {
> `,
},
...languages.map((language) => {
console.log(language);
console.log(dictionary);
return {
columnAlias: language.unique,
value: dictionary.translatedIsoCodes?.includes(language.unique)