Remove a couple of stray prints

This commit is contained in:
Ross McFarland
2021-08-23 15:37:02 -07:00
parent 64072f9f43
commit efdb4866c0
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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