Remove test debugs

This commit is contained in:
Erik Johnston 2019-08-20 11:46:54 +01:00
parent c03e3e8301
commit 7777d353bf
3 changed files with 0 additions and 3 deletions

View file

@ -67,7 +67,6 @@ def get_connection_factory():
return test_server_connection_factory
@unittest.DEBUG
class MatrixFederationAgentTests(unittest.TestCase):
def setUp(self):
self.reactor = ThreadedMemoryReactorClock()