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