summaryrefslogtreecommitdiff
path: root/service/test/perf/contacts/test_Contacts.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/perf/contacts/test_Contacts.py')
-rw-r--r--service/test/perf/contacts/test_Contacts.py2
1 files changed, 0 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
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()