mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Remove debug print.
This commit is contained in:
@@ -375,7 +375,6 @@ class Manager(object):
|
||||
futures = []
|
||||
for zone_name, zone_source in aliased_zones.items():
|
||||
source_config = self.config['zones'][zone_source]
|
||||
print(source_config)
|
||||
try:
|
||||
desired_config = desired[zone_source]
|
||||
except KeyError:
|
||||
|
||||
Reference in New Issue
Block a user