diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-26 22:16:04 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-01-26 22:16:04 +0100 |
| commit | 50a54370e426c48164dcf10edd8857aa92747696 (patch) | |
| tree | bf92c4616a6e3f936f2c19f60d6b2f292b1ae759 /src/scripts/controllers/simulationcontroller.ts | |
| parent | 6a1bc9ab81adf8eea68337c80d1bf80ffb6c8604 (diff) | |
Fetch states for all ticks at once
All experiment states are now fetched in one go.
Additionally, the experiments are now expected to start at tick 1 (this was wrongly assumed to be 0, before).
Diffstat (limited to 'src/scripts/controllers/simulationcontroller.ts')
| -rw-r--r-- | src/scripts/controllers/simulationcontroller.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/scripts/controllers/simulationcontroller.ts b/src/scripts/controllers/simulationcontroller.ts index 418b5437..baab21bf 100644 --- a/src/scripts/controllers/simulationcontroller.ts +++ b/src/scripts/controllers/simulationcontroller.ts @@ -504,8 +504,6 @@ export class SimulationController { return; } - console.log(this.stateCache); - let html; let container = $(".building-stats-list"); |
