Skip to content

Commit 8567aa9

Browse files
committed
Remove obsolete comment
1 parent 459c4bf commit 8567aa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox/dcim/svg/cables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def draw_object_terminations(self, terminations, offset_x, width):
225225
"""
226226
nodes_height = 0
227227
nodes = []
228-
# Sort them by name to make renders more readable
229228
for i, term in enumerate(terminations):
230229
node = Node(
231230
position=(offset_x + i * width, self.cursor),

0 commit comments

Comments
 (0)