From 7389272dc4335ead0a23fd2ff7410d45d1dbbfc3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 8 Oct 2017 19:14:21 +0530 Subject: [PATCH] tests: stop fakessh spamming the logs --- tests/fakessh_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/fakessh_test.py b/tests/fakessh_test.py index 373ad23a..ff9ba7b3 100644 --- a/tests/fakessh_test.py +++ b/tests/fakessh_test.py @@ -57,6 +57,4 @@ class RsyncTest(testlib.DockerMixin, unittest.TestCase): if __name__ == '__main__': - import mitogen.utils - mitogen.utils.log_to_file(level='DEBUG', io=False) unittest.main()