mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Drop unused logger
This commit is contained in:
@@ -3,12 +3,9 @@
|
||||
#
|
||||
|
||||
import ipaddress
|
||||
from logging import getLogger
|
||||
|
||||
|
||||
class Subnets(object):
|
||||
log = getLogger('Subnets')
|
||||
|
||||
@classmethod
|
||||
def validate(cls, subnet, prefix):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user