Added console to debug portion of soapbox settings object that should be pushed to Redux store

preload
crockwave 2020-07-30 19:42:50 -05:00
rodzic c6f3816f77
commit 12caa8e0ce
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -159,6 +159,7 @@ class ConfigSoapbox extends ImmutablePureComponent {
obj.configs[0].value[0].tuple[1].customCss.push(f)
);
// console.log(JSON.stringify(obj, null, 2));
console.log(JSON.stringify(obj.configs[0].value[0].tuple[1], null, 2));
return JSON.stringify(obj);
}