don't set logging level to debug

This commit is contained in:
Rodney Ewing 2013-09-02 11:55:41 -07:00
parent 26583b2cab
commit 635dd6cc31

View File

@ -24,8 +24,6 @@ from mediagoblin.init import setup_global_and_app_config
from mediagoblin.tools.common import import_component
_log = logging.getLogger(__name__)
logging.basicConfig()
_log.setLevel(logging.DEBUG)
def dbupdate_parse_setup(subparser):
pass