Remove leftover print statement in tests

Change-Id: I31a7fe6d80b9dd3d62f614fd99e6699a02cd61b5
This commit is contained in:
Kiall Mac Innes 2015-06-25 17:11:01 +01:00
parent bb0be47fe3
commit bd93facf13

View File

@ -89,7 +89,6 @@ class DenominatorAgentBackendTestCase(TestCase, BackendTestMixin):
# *create two A and two AAAA records
# total: 8 calls
print(execute.call_args_list)
self.assertEqual(8, execute.call_count)
self.backend.denominator = mock.MagicMock