mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
Remove log messages
This commit is contained in:
parent
0cb17cf732
commit
a0f260ffe6
1 changed files with 1 additions and 5 deletions
|
@ -75,8 +75,6 @@ class Simulations extends Component {
|
|||
}
|
||||
|
||||
componentDidUpdate() {
|
||||
console.log('componentDidUpdate');
|
||||
|
||||
const simulationModelIds = [];
|
||||
const simulatorIds = [];
|
||||
|
||||
|
@ -86,7 +84,7 @@ class Simulations extends Component {
|
|||
|
||||
if (model == null) {
|
||||
simulationModelIds.push(modelId);
|
||||
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
@ -279,8 +277,6 @@ class Simulations extends Component {
|
|||
marginLeft: '10px'
|
||||
};
|
||||
|
||||
console.log(this.state.simulationModels.length);
|
||||
|
||||
return (
|
||||
<div className='section'>
|
||||
<h1>Simulations</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue