Don't log non existing properties

This commit is contained in:
Ruud
2014-05-11 00:14:56 +02:00
parent 6ba25b5468
commit 93f4b8b537

View File

@@ -234,7 +234,7 @@ class Settings(object):
propert = db.get('property', identifier, with_doc = True)
prop = propert['doc']['value']
except:
self.log.debug('Property "%s" doesn\'t exist: %s', (identifier, traceback.format_exc(0)))
pass # self.log.debug('Property "%s" doesn\'t exist: %s', (identifier, traceback.format_exc(0)))
return prop