From ffa95a22b2073f75d51af32232e150bf36395f31 Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 13 Sep 2012 04:55:55 +0900 Subject: remove debug logging --- src/leap/baseapp/unitychecks.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/leap/baseapp/unitychecks.py') diff --git a/src/leap/baseapp/unitychecks.py b/src/leap/baseapp/unitychecks.py index 72c9ee6f..2d06f629 100644 --- a/src/leap/baseapp/unitychecks.py +++ b/src/leap/baseapp/unitychecks.py @@ -10,9 +10,7 @@ import platform import sys from subprocess import Popen, PIPE -logging.basicConfig() logger = logging.getLogger(__name__) -logger.setLevel('DEBUG') from leap.base.constants import APP_NAME from leap.baseapp.dialogs import ErrorDialog -- cgit v1.2.3