Skip to content

Commit 287b30e

Browse files
author
Wail Samjouni
committed
print statment removed from the simulation method
1 parent dcfe46f commit 287b30e

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed
47 KB
Binary file not shown.
1.41 MB
Binary file not shown.

src/dibs_computing_core/iso_simulator/dibs/dibs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def calculate_result_of_all_buildings(self, user_buildings: list[Building], inde
7474
user_args = self.get_user_args()
7575

7676
self.datasource.building = user_buildings[index]
77-
print(self.datasource.building.plz)
7877
self.datasource.get_epw_file()
7978

8079
simulator = BuildingSimulator(self.datasource)

0 commit comments

Comments
 (0)