UI: Remove unneeded console logs from ConfigurePage.js

This commit is contained in:
vakarisz 2022-07-04 15:23:38 +03:00
parent 51609e9491
commit a1f4a6978a
1 changed files with 0 additions and 2 deletions

View File

@ -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 = () => {