Remove obsolete comment

This commit is contained in:
Jeremy Stretch 2025-04-22 09:42:17 -04:00
parent 459c4bfd9d
commit 8567aa96e4

View File

@ -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),