From cb95a800e32a31d3720210fee8d2b471065f0be5 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Tue, 14 Jul 2015 17:56:34 -0400 Subject: [PATCH] Oops, added logging.basicConfig to a test. --- test/test_permissions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test_permissions.py b/test/test_permissions.py index b01c1ac3a..a3f575504 100644 --- a/test/test_permissions.py +++ b/test/test_permissions.py @@ -22,9 +22,6 @@ class TestSuperUserOps(unittest.TestCase): finished_database_for_testing(self) def test_superuser_matrix(self): - import logging - logging.basicConfig(level=logging.DEBUG) - test_cases = [ (self._su, {scopes.SUPERUSER}, True), (self._su, {scopes.DIRECT_LOGIN}, True),