Removed console logging from features/configuration

This commit is contained in:
crockwave 2020-08-03 10:53:08 -05:00
parent c3be47fca6
commit d83ac121a8

View file

@ -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;
}