From 7ff9d573b675116ec6258ab5af5cc2d82229eeff Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 4 Jul 2018 15:48:50 +0100 Subject: [PATCH] tests: remove stray enable_debug() --- tests/two_three_compat_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/two_three_compat_test.py b/tests/two_three_compat_test.py index 928807e1..babbbe39 100644 --- a/tests/two_three_compat_test.py +++ b/tests/two_three_compat_test.py @@ -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)