Removed console logging from features/configuration
This commit is contained in:
parent
c3be47fca6
commit
d83ac121a8
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue