Skip to content

Commit

Permalink
remove left-in TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Apr 5, 2024
1 parent bc6994d commit 582b98a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/heating_systems/storage_tank.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,6 @@ impl SolarThermalSystem {
(self.power_pump_control + self.power_pump) * self.simulation_timestep
};

// TODO register demand to energy supply
self.energy_supply_connection
.demand_energy(auxiliary_energy_consumption, timestep_idx)
.unwrap();
Expand Down

0 comments on commit 582b98a

Please sign in to comment.