mirror of
https://github.com/netbox-community/netbox.git
synced 2026-02-05 06:46:25 -06:00
Remove obsolete comment
This commit is contained in:
@@ -225,7 +225,6 @@ class CableTraceSVG:
|
|||||||
"""
|
"""
|
||||||
nodes_height = 0
|
nodes_height = 0
|
||||||
nodes = []
|
nodes = []
|
||||||
# Sort them by name to make renders more readable
|
|
||||||
for i, term in enumerate(terminations):
|
for i, term in enumerate(terminations):
|
||||||
node = Node(
|
node = Node(
|
||||||
position=(offset_x + i * width, self.cursor),
|
position=(offset_x + i * width, self.cursor),
|
||||||
|
|||||||
Reference in New Issue
Block a user