cleanup console logs
This commit is contained in:
parent
9d5514de9c
commit
c87d85edd8
|
@ -196,7 +196,6 @@ const interfaceMod = {
|
||||||
window
|
window
|
||||||
.queryLocalFonts()
|
.queryLocalFonts()
|
||||||
.then((fonts) => {
|
.then((fonts) => {
|
||||||
console.log(fonts)
|
|
||||||
commit('setFontsList', fonts)
|
commit('setFontsList', fonts)
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
|
@ -288,7 +287,6 @@ const interfaceMod = {
|
||||||
if (value === 'transparent') {
|
if (value === 'transparent') {
|
||||||
newRule.directives.opacity = 0
|
newRule.directives.opacity = 0
|
||||||
}
|
}
|
||||||
console.log('NEW RULE', newRule)
|
|
||||||
hacks.push(newRule)
|
hacks.push(newRule)
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue