Skip to content

Commit

Permalink
Remove warning message for empty catalog/index.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Aug 26, 2016
1 parent f8e7c0b commit 83b38c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Products/PluginIndexes/CompositeIndex/CompositeIndex.py
Expand Up @@ -312,8 +312,6 @@ def make_query(self, query):
pass

if len(self) == 0:
LOG.warn('%s is empty, skip composite query build %r' %
(self.__class__.__name__, self.id, zc))
return query

cquery = query.copy()
Expand Down

0 comments on commit 83b38c9

Please sign in to comment.