Skip to content
Snippets Groups Projects
Commit c87d85ed authored by HJ's avatar HJ :fire:
Browse files

cleanup console logs

parent 9d5514de
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment