UI: Remove unnecessary console log in ConfigurePage.js
This commit is contained in:
parent
c0ecaa0096
commit
a721508be2
|
@ -304,7 +304,6 @@ class ConfigurePageComponent extends AuthComponent {
|
||||||
formProperties['uiSchema']);
|
formProperties['uiSchema']);
|
||||||
|
|
||||||
if (this.state.selectedSection === 'propagation') {
|
if (this.state.selectedSection === 'propagation') {
|
||||||
console.log(formProperties['uiSchema']);
|
|
||||||
return (<PropagationConfig {...formProperties}/>)
|
return (<PropagationConfig {...formProperties}/>)
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue