Remove log

This commit is contained in:
Andrew Kingston 2022-09-06 12:26:56 +01:00
parent d6d26e126c
commit e07cffbc59
1 changed files with 0 additions and 4 deletions

View File

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