Remove redundent console log
parent
bf5f4f625d
commit
e265ff289a
|
|
@ -187,7 +187,6 @@ export default {
|
|||
}
|
||||
}
|
||||
for (let item in themeBackground) {
|
||||
console.log(item)
|
||||
if (typeof themeBackground[item] === 'object') {
|
||||
themeBackground[item].style.backgroundColor = `#${color}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue