Browse Source

Don't deprecate geo bits yet, wait until we have full dynamic impl

pull/307/head
Ross McFarland 7 years ago
parent
commit
f95014f2f4
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      octodns/record/__init__.py

+ 0
- 2
octodns/record/__init__.py View File

@ -322,8 +322,6 @@ class _GeoMixin(_ValuesMixin):
super(_GeoMixin, self).__init__(zone, name, data, *args, **kwargs)
try:
self.geo = dict(data['geo'])
self.log.warn("'geo' support has been deprecated, "
"transition %s to use 'dynamic'", name)
except KeyError:
self.geo = {}
for code, values in self.geo.items():


Loading…
Cancel
Save