mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-18 04:56:29 -06:00
Remove dangling logging message used during development
This commit is contained in:
parent
6af3aad362
commit
ced44832f7
@ -249,10 +249,6 @@ class CableTraceSVG:
|
|||||||
for parent in parent_object_nodes:
|
for parent in parent_object_nodes:
|
||||||
parent_terms = [term for term in terminations if term.parent_object == parent.object]
|
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 and offset(position) for each termination box
|
||||||
width = parent.box['width'] / len(parent_terms)
|
width = parent.box['width'] / len(parent_terms)
|
||||||
offset_x = parent.box['x']
|
offset_x = parent.box['x']
|
||||||
|
Loading…
Reference in New Issue
Block a user