diff --git a/netbox/dcim/models/cables.py b/netbox/dcim/models/cables.py index a210ddd3a..c01a26dcc 100644 --- a/netbox/dcim/models/cables.py +++ b/netbox/dcim/models/cables.py @@ -478,11 +478,8 @@ class CablePath(models.Model): Cable or WirelessLink connects (interfaces, console ports, circuit termination, etc.). All terminations must be of the same type and must belong to the same parent object. """ - import logging from circuits.models import CircuitTermination - logger = logging.getLogger('netbox.dcim.cablepath') - if not terminations: return None