summaryrefslogtreecommitdiff
path: root/src/leap/baseapp/unitychecks.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-09-13 04:59:08 +0900
committerkali <kali@leap.se>2012-09-13 04:59:08 +0900
commit157dbbd6dba18a0b10ba045eab9b1cfca8d579c6 (patch)
tree06fcac9f0c4d059899e0842c4226720ea3f5106b /src/leap/baseapp/unitychecks.py
parent99058b9f6536a3717ab82a9d77b09d5489334eb5 (diff)
parentffa95a22b2073f75d51af32232e150bf36395f31 (diff)
Merge branch 'feature/client-versioning' into develop
Close #533. Using versioneer for fetching version from git info and tags in a setup friendly way. Added info to logs and small about dialog.
Diffstat (limited to 'src/leap/baseapp/unitychecks.py')
-rw-r--r--src/leap/baseapp/unitychecks.py2
1 files changed, 0 insertions, 2 deletions
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