Remove logging import

This commit is contained in:
Daniel Sheppard 2023-08-07 12:47:31 -05:00
parent 3ca03d3d89
commit b32ecb50fb

View File

@ -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