mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Remove some debugging pprints
This commit is contained in:
@@ -931,8 +931,6 @@ class Route53Provider(BaseProvider):
|
||||
if getattr(record, 'dynamic', False):
|
||||
# Make a copy of the record in case we have to muck with it
|
||||
record = record.copy()
|
||||
from pprint import pprint
|
||||
pprint((record, record.data))
|
||||
dynamic = record.dynamic
|
||||
rules = []
|
||||
for i, rule in enumerate(dynamic.rules):
|
||||
@@ -957,8 +955,6 @@ class Route53Provider(BaseProvider):
|
||||
|
||||
dynamic.rules = rules
|
||||
|
||||
pprint((record, record.data))
|
||||
|
||||
ret.add_record(record)
|
||||
|
||||
return super(Route53Provider, self).process_desired_zone(ret)
|
||||
|
||||
Reference in New Issue
Block a user