Remove dangling logging message used during development

This commit is contained in:
Moritz Geist 2024-01-09 14:22:36 +01:00
parent 6af3aad362
commit ced44832f7
1 changed files with 0 additions and 4 deletions

View File

@ -249,10 +249,6 @@ class CableTraceSVG:
for parent in parent_object_nodes:
parent_terms = [term for term in terminations if term.parent_object == parent.object]
if len(parent_terms) == 0:
self.logger.warn(f"No Parent Terminations? {parent.object.name}")
continue
# Width and offset(position) for each termination box
width = parent.box['width'] / len(parent_terms)
offset_x = parent.box['x']