Add logging to init.py, remove silly options.verbose code

This commit is contained in:
Daniel Martí 2014-01-27 22:21:26 +01:00
parent b7a67e79b7
commit dbb6db5bb5
2 changed files with 15 additions and 17 deletions

View file

@ -48,8 +48,6 @@ def read_config(opts, config_file='config.py'):
sys.exit(2)
options = opts
if not hasattr(options, 'verbose'):
options.verbose = False
defconfig = {
'sdk_path': "$ANDROID_HOME",