Removed console logging from features/configuration
This commit is contained in:
parent
c3be47fca6
commit
d83ac121a8
|
@ -161,8 +161,6 @@ class ConfigSoapbox extends ImmutablePureComponent {
|
||||||
this.state.customCssItems.forEach((f) =>
|
this.state.customCssItems.forEach((f) =>
|
||||||
obj.configs[0].value[0].tuple[1].customCss.push(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;
|
return obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue