Skip to content

Commit

Permalink
2375 bugfix remove print added in error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed May 28, 2012
1 parent 1877f8b commit 8c636a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/lib/helpers.py
Expand Up @@ -444,7 +444,6 @@ def get_facet_items_dict(facet, limit=10, exclude_active=False):
facets.append(dict(active=True, **facet_item))
facets = sorted(facets, key=lambda item: item['count'], reverse=True)
limit = c.search_facets_limits.get(facet)
print facets
if limit:
return facets[:limit]
else:
Expand Down

0 comments on commit 8c636a1

Please sign in to comment.