mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-25 00:36:11 -06:00
Remove logging import
This commit is contained in:
parent
3ca03d3d89
commit
b32ecb50fb
@ -478,11 +478,8 @@ class CablePath(models.Model):
|
|||||||
Cable or WirelessLink connects (interfaces, console ports, circuit termination, etc.). All terminations must be
|
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.
|
of the same type and must belong to the same parent object.
|
||||||
"""
|
"""
|
||||||
import logging
|
|
||||||
from circuits.models import CircuitTermination
|
from circuits.models import CircuitTermination
|
||||||
|
|
||||||
logger = logging.getLogger('netbox.dcim.cablepath')
|
|
||||||
|
|
||||||
if not terminations:
|
if not terminations:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user