Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark OBrien committed Oct 14, 2019
1 parent 78d4684 commit a0c194c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hs_communities/views/communities.py
Expand Up @@ -29,7 +29,6 @@ def get_context_data(self, **kwargs):

community = community_from_name_or_id(kwargs['community_id'])
community_resources = community.public_resources
print(len(community_resources))
raw_groups = community.groups_with_public_resources()
groups = []

Expand Down

0 comments on commit a0c194c

Please sign in to comment.