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: b32909a9e60fb97ca80463ad841986151ad41a40
parent 691a79e3bed46af49187ae4c6acfde1099de52cd
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 20 Nov 2024 15:27:17 +0200

cleanup

Diffstat:

Msrc/modules/interface.js7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/modules/interface.js b/src/modules/interface.js @@ -321,7 +321,6 @@ const interfaceMod = { commit('setOption', { name: 'customThemeSource', value: null }) }, async getThemeData ({ dispatch, commit, rootState, state }) { - console.log('GET THEME DATA CALLED') const getData = async (resource, index, customData, name) => { const capitalizedResource = resource[0].toUpperCase() + resource.slice(1) const result = {} @@ -473,12 +472,6 @@ const interfaceMod = { ) state.styleNameUsed = style.nameUsed state.styleDataUsed = style.dataUsed - - console.log( - 'GOT THEME DATA', - state.styleDataUsed, - state.paletteDataUsed - ) } else { const theme = await getData( 'theme',