remove wayward debug pprint

fixes #10
This commit is contained in:
Jeffrey C. Ollie 2023-05-10 13:02:51 -05:00 committed by GitHub
parent d4a403261f
commit f1441d2825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ class NetBoxDNSSource(octodns.provider.base.BaseProvider):
for data in records.values():
if len(data["values"]) == 1:
data["value"] = data.pop("values")[0]
pprint(data)
record = octodns.record.Record.new(
zone=zone,
name=data["name"],