mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
10201 remove commented out lines
This commit is contained in:
parent
4bee634d7c
commit
8c58e2b70f
@ -142,9 +142,6 @@ def nullify_connected_endpoints(instance, **kwargs):
|
||||
model = instance.termination_type.model_class()
|
||||
model.objects.filter(pk=instance.termination_id).update(cable=None, cable_end='')
|
||||
|
||||
# for cablepath in CablePath.objects.filter(_nodes__contains=instance.cable):
|
||||
# cablepath.retrace()
|
||||
|
||||
|
||||
@receiver(post_save, sender=FrontPort)
|
||||
def extend_rearport_cable_paths(instance, created, raw, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user