Remove log
This commit is contained in:
parent
d6d26e126c
commit
e07cffbc59
|
@ -381,10 +381,6 @@
|
||||||
initialSettings = cachedSettings
|
initialSettings = cachedSettings
|
||||||
} else {
|
} else {
|
||||||
Object.keys(allSettings).forEach(key => {
|
Object.keys(allSettings).forEach(key => {
|
||||||
if (key === "_css") {
|
|
||||||
console.log(enrichedSettings._css)
|
|
||||||
}
|
|
||||||
|
|
||||||
const same = propsAreSame(allSettings[key], cachedSettings[key])
|
const same = propsAreSame(allSettings[key], cachedSettings[key])
|
||||||
if (!same) {
|
if (!same) {
|
||||||
// Updated cachedSettings (which is assigned by reference to
|
// Updated cachedSettings (which is assigned by reference to
|
||||||
|
|
Loading…
Reference in New Issue