mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
remove some console output
This commit is contained in:
parent
a38dc4b953
commit
d57cd81cb6
1 changed files with 0 additions and 3 deletions
|
@ -132,9 +132,6 @@ class Simulators extends Component {
|
|||
|
||||
if (data) {
|
||||
let simulator = this.state.simulators[this.state.modalIndex];
|
||||
console.log("modalIndex: " + this.state.modalIndex);
|
||||
console.log("Simulator Host:" + simulator.host);
|
||||
console.log("Simulator at index 1: " + this.state.simulators[1].host)
|
||||
simulator.properties = data;
|
||||
this.setState({ simulator });
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue