Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-03-31 06:28:03 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-03-31 06:28:03 (GMT)
commit234cffb74b33a772d6af25ee2fe01cfa509bca88 (patch)
tree6d8115076a289bb9345cad4d11a494ecbfa8cbc7
parent9ce516f9340f47351937c528cc9b0fd56f207d49 (diff)
Remove needless log output, index might be requested for properties that exist only on Document level, eg, vote
-rw-r--r--active_document/index.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/active_document/index.py b/active_document/index.py
index e56aed6..69a54bd 100644
--- a/active_document/index.py
+++ b/active_document/index.py
@@ -136,9 +136,6 @@ class IndexReader(object):
for name in query.reply or self._props.keys():
prop = self._props.get(name)
if prop is None:
- _logger.warning(_('Unknown property name "%s" ' \
- 'for "%s" to return from find'),
- name, self.metadata.name)
continue
if prop.slot is not None and prop.slot != 0:
value = hit.document.get_value(prop.slot)