tests: remove stray enable_debug()

This commit is contained in:
David Wilson 2018-07-04 15:48:50 +01:00
parent 42276f158b
commit 7ff9d573b6
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class TwoThreeCompatTest(testlib.RouterMixin, testlib.TestCase):
python_path = 'python3'
def test_succeeds(self):
self.router.enable_debug()
spare = self.router.fork()
target = self.router.local(python_path=self.python_path)