forked from p15670423/monkey
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) {
|
setInitialConfig(config) {
|
||||||
// Sets a reference to know if config was changed
|
// Sets a reference to know if config was changed
|
||||||
console.log(config, SCHEMA);
|
|
||||||
this.initialConfig = JSON.parse(JSON.stringify(config));
|
this.initialConfig = JSON.parse(JSON.stringify(config));
|
||||||
console.log(this.initialConfig);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidMount = () => {
|
componentDidMount = () => {
|
||||||
|
|
Loading…
Reference in New Issue