cleanup console logs
This commit is contained in:
parent
9d5514de9c
commit
c87d85edd8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue