mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Remove a couple of stray prints
This commit is contained in:
@@ -71,7 +71,6 @@ class TestAcmeMangingProcessor(TestCase):
|
||||
], sorted([r.name for r in got.records]))
|
||||
managed = None
|
||||
for record in got.records:
|
||||
print(record.name)
|
||||
if record.name.endswith('managed'):
|
||||
managed = record
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user