1
0
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:
Viranch Mehta
2023-04-02 05:07:34 -07:00
parent 1f346edc04
commit a0646441e9

View File

@@ -3,12 +3,9 @@
#
import ipaddress
from logging import getLogger
class Subnets(object):
log = getLogger('Subnets')
@classmethod
def validate(cls, subnet, prefix):
'''