remove debug

This commit is contained in:
j 2015-11-18 14:45:31 +01:00
parent e216a7b307
commit 2b3853c7aa
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ def load_config(init=False):
config[key] = default[key]
key = get_by_id(config['itemKeys'], 'title')
if not 'autocompleteSort' in key or True:
if not 'autocompleteSort' in key:
key['autocompleteSort'] = get_by_id(default['itemKeys'], 'title')['autocompleteSort']
sys.stderr.write("adding default value to itemKeys.title.autocompleteSort:\n\t\"autocompleteSort\": %s\n\n" % json.dumps(key['autocompleteSort']))