Remove stray pprint

This commit is contained in:
Ross McFarland
2022-09-27 07:18:47 -07:00
parent 0af455049a
commit 2a3eb24759
-3
View File
@@ -186,9 +186,6 @@ class TestManager(TestCase):
manager.config['zones'] = manager._config_zones(
{'déjà.vu.': {}, 'deja.vu.': {}, idna_encode('こんにちは.jp.'): {}}
)
from pprint import pprint
pprint(manager.config['zones'])
# refer to them with utf-8
with self.assertRaises(ManagerException) as ctx: