diff --git a/couchpotato/core/settings.py b/couchpotato/core/settings.py index 16c827c8..a0bcd743 100644 --- a/couchpotato/core/settings.py +++ b/couchpotato/core/settings.py @@ -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