Remove redundent console log

pull/49/head
Nikan Dalvand 2019-08-03 22:10:05 +04:30
parent bf5f4f625d
commit e265ff289a
1 changed files with 0 additions and 1 deletions

View File

@ -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}`
} }