kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Removed console logging from features/configuration
rodzic
c3be47fca6
commit
d83ac121a8
|
@ -161,8 +161,6 @@ class ConfigSoapbox extends ImmutablePureComponent {
|
|||
this.state.customCssItems.forEach((f) =>
|
||||
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 obj;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue