From f8a84616d729dbd8cf155028b98211b2248f1ab3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 8 Oct 2017 19:14:21 +0530 Subject: [PATCH] tests: stop responder_test spamming the logs --- tests/responder_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/responder_test.py b/tests/responder_test.py index fb961cb9..66e451d9 100644 --- a/tests/responder_test.py +++ b/tests/responder_test.py @@ -78,6 +78,4 @@ class BrokenModulesTest(unittest.TestCase): if __name__ == '__main__': - import logging - logging.basicConfig(level=logging.DEBUG) unittest.main()