summaryrefslogtreecommitdiff
path: root/test/testutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testutil.py')
-rw-r--r--test/testutil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testutil.py b/test/testutil.py
index 323780c..1d1f6ea 100644
--- a/test/testutil.py
+++ b/test/testutil.py
@@ -142,6 +142,3 @@ class Timer(object):
def __exit__(self, *args):
self.end = time.time()
self.interval = self.end - self.start
-
-logging.getLogger('test.fixtures').setLevel(logging.ERROR)
-logging.getLogger('test.service').setLevel(logging.ERROR)