This commit is contained in:
Henry Jameson 2024-12-22 16:42:15 +02:00
parent 42aa58bc68
commit 6e50df6ad3

View file

@ -119,7 +119,6 @@ const AppearanceTab = {
updateIndex('theme').then(themes => {
themes.forEach(([key, themePromise]) => themePromise.then(data => {
console.log('DEBUG', data)
if (!data) {
console.warn(`Theme with key ${key} is empty or malformed`)
} else if (Array.isArray(data)) {