Removed console logging from features/configuration
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user