Skip to content

Commit c133a3a

Browse files
Update src/compas_timber/ghpython/components_cpython/CT_BTLx_From_Geometry/code.py
Co-authored-by: Chen Kasirer <ckasirer@ethz.ch>
1 parent 71ac293 commit c133a3a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/compas_timber/ghpython/components_cpython/CT_BTLx_From_Geometry

src/compas_timber/ghpython/components_cpython/CT_BTLx_From_Geometry/code.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def RunScript(self, elements: System.Collections.Generic.List[object], *args):
5151
for arg, arg_name in zip(args, self.arg_names()[0 : self.geometry_count]):
5252
if arg is None:
5353
warning(self.component, f"Input parameter {arg_name} failed to collect data")
54-
print(args)
5554
geometries = []
5655
for geo, arg_name in zip(args, self.arg_names()[0 : self.geometry_count]):
5756
if isinstance(geo, System.Guid):

0 commit comments

Comments
 (0)