logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: 6e50df6ad31a5531b89e7d2675fb3a62e3d68ecd
parent 42aa58bc68bba20ebfc75add0ea4dfdf53f94753
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 22 Dec 2024 16:42:15 +0200

cleanup

Diffstat:

Msrc/components/settings_modal/tabs/appearance_tab.js1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/components/settings_modal/tabs/appearance_tab.js b/src/components/settings_modal/tabs/appearance_tab.js @@ -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)) {