Skip to content

Commit

Permalink
[#890] Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Jun 18, 2013
1 parent 90ba3a9 commit dc0172b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/group.py
Expand Up @@ -160,7 +160,7 @@ def index(self):
collection=results,
page=request.params.get('page', 1),
url=h.pager_url,
items_per_page=2
items_per_page=21
)
return render(self._index_template(group_type))

Expand Down

0 comments on commit dc0172b

Please sign in to comment.