UI: Remove unneeded console logs from ConfigurePage.js
This commit is contained in:
parent
51609e9491
commit
a1f4a6978a
|
@ -64,9 +64,7 @@ class ConfigurePageComponent extends AuthComponent {
|
|||
|
||||
setInitialConfig(config) {
|
||||
// Sets a reference to know if config was changed
|
||||
console.log(config, SCHEMA);
|
||||
this.initialConfig = JSON.parse(JSON.stringify(config));
|
||||
console.log(this.initialConfig);
|
||||
}
|
||||
|
||||
componentDidMount = () => {
|
||||
|
|
Loading…
Reference in New Issue