From 50a54370e426c48164dcf10edd8857aa92747696 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 26 Jan 2017 22:16:04 +0100 Subject: 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). --- src/scripts/controllers/simulationcontroller.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/scripts/controllers/simulationcontroller.ts') 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"); -- cgit v1.2.3