Don't add StreamHandler to test logging setup

This commit is contained in:
Tyler Hobbs
2013-06-26 12:48:34 -05:00
parent bebe78210b
commit 769dd5ba31

View File

@@ -2,4 +2,3 @@ import logging
log = logging.getLogger()
log.setLevel('DEBUG')
log.addHandler(logging.StreamHandler())