Remove captureWarnings

This commit is contained in:
Roy Hyunjin Han 2015-04-15 16:32:46 -04:00
commit eb0324cb68

View file

@ -10,7 +10,6 @@ PORT = 9000
DATA = 'xxx'
PAYLOAD = {'xxx': 'yyy'}
logging.basicConfig(level=logging.DEBUG)
logging.captureWarnings(True)
class BaseMixin(object):