erased a not wanted print

This commit is contained in:
Pilar 2022-05-02 15:18:52 -04:00
parent d0fa0c1f8a
commit fc733eb950

View File

@ -424,7 +424,6 @@ class Idf:
self._idf.newidfobject(self._WINDOW, Name=f'{opening_name}', Construction_Name=window_construction['Name'],
Building_Surface_Name=boundary.parent_surface.name, Multiplier='1',
Length=opening_length, Height=opening_length)
print('bb')
def _compare_window_constructions(self, window_construction, opening):
glazing = window_construction['Outside_Layer']