From 425d6a54e13be2cdcd18f1b21a4ff70ae5d43ff0 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 19 Oct 2016 16:56:43 -0200 Subject: Adapted logging in the UA to use twisted.logger --- service/test/perf/contacts/test_Contacts.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'service/test/perf') diff --git a/service/test/perf/contacts/test_Contacts.py b/service/test/perf/contacts/test_Contacts.py index 967e9eb1..ade97591 100644 --- a/service/test/perf/contacts/test_Contacts.py +++ b/service/test/perf/contacts/test_Contacts.py @@ -14,7 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Pixelated. If not, see . import unittest -import logging from funkload.FunkLoadTestCase import FunkLoadTestCase from test.support.integration import AppTestClient @@ -33,7 +32,6 @@ def start_app_test_client(client): class Contacts(FunkLoadTestCase): def setUpBench(self): - logging.disable('INFO') client = AppTestClient() start_app_test_client(client) client.listenTCP() -- cgit v1.2.3