Browse Source

Remove obsolete comment

Jeremy Stretch 9 tháng trước cách đây
mục cha
commit
8567aa96e4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      netbox/dcim/svg/cables.py

+ 0 - 1
netbox/dcim/svg/cables.py

@@ -225,7 +225,6 @@ class CableTraceSVG:
         """
         nodes_height = 0
         nodes = []
-        # Sort them by name to make renders more readable
         for i, term in enumerate(terminations):
             node = Node(
                 position=(offset_x + i * width, self.cursor),