Browse Source

Drop unused logger

pull/993/head
Viranch Mehta 3 years ago
parent
commit
a0646441e9
No known key found for this signature in database GPG Key ID: D83D1392AE9F93B4
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      octodns/record/subnet.py

+ 0
- 3
octodns/record/subnet.py View File

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


Loading…
Cancel
Save