cleanup console logs

This commit is contained in:
Henry Jameson 2024-07-21 22:55:28 +03:00
parent 9d5514de9c
commit c87d85edd8

View file

@ -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