Explorar o código

Remove obsolete comment

Jeremy Stretch hai 10 meses
pai
achega
8567aa96e4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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),