From fc733eb9508ab9dab66ad83453e820748a1d818d Mon Sep 17 00:00:00 2001 From: Pilar Date: Mon, 2 May 2022 15:18:52 -0400 Subject: [PATCH] erased a not wanted print --- exports/formats/idf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/exports/formats/idf.py b/exports/formats/idf.py index 6a56ac0b..92f6b576 100644 --- a/exports/formats/idf.py +++ b/exports/formats/idf.py @@ -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']