From eb0324cb68e79bbd385a9221b7f0d9eaee5fce26 Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Wed, 15 Apr 2015 16:32:46 -0400 Subject: [PATCH] Remove captureWarnings --- socketIO_client/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/socketIO_client/tests/__init__.py b/socketIO_client/tests/__init__.py index a2ab653..bcfc00e 100644 --- a/socketIO_client/tests/__init__.py +++ b/socketIO_client/tests/__init__.py @@ -10,7 +10,6 @@ PORT = 9000 DATA = 'xxx' PAYLOAD = {'xxx': 'yyy'} logging.basicConfig(level=logging.DEBUG) -logging.captureWarnings(True) class BaseMixin(object):