mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Remove obsolete comment
This commit is contained in:
parent
459c4bfd9d
commit
8567aa96e4
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user