From ced44832f75913f93a7768e9ee001f1e313bb545 Mon Sep 17 00:00:00 2001 From: Moritz Geist Date: Tue, 9 Jan 2024 14:22:36 +0100 Subject: [PATCH] Remove dangling logging message used during development --- netbox/dcim/svg/cables.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/netbox/dcim/svg/cables.py b/netbox/dcim/svg/cables.py index 76d6dc68a..7bbb3c2b0 100644 --- a/netbox/dcim/svg/cables.py +++ b/netbox/dcim/svg/cables.py @@ -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']