logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c87d85edd8339d7528c9fd7cd84be2b61a2f6528
parent 9d5514de9ce8ab7874af685b7ac01ef10092dea4
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 21 Jul 2024 22:55:28 +0300

cleanup console logs

Diffstat:

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

diff --git a/src/modules/interface.js b/src/modules/interface.js @@ -196,7 +196,6 @@ const interfaceMod = { window .queryLocalFonts() .then((fonts) => { - console.log(fonts) commit('setFontsList', fonts) }) .catch((e) => { @@ -288,7 +287,6 @@ const interfaceMod = { if (value === 'transparent') { newRule.directives.opacity = 0 } - console.log('NEW RULE', newRule) hacks.push(newRule) } break