Skip to content

Commit

Permalink
Debugging cruft removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dylnuge committed Apr 30, 2012
1 parent 9b24573 commit 11ca6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion treasureapp/view/account.py
Expand Up @@ -23,7 +23,6 @@ def account_list(request):
request_user = request.user
# Get the group ID for each GroupMember entity associated with this member
groups = [x.group for x in GroupMember.objects.filter(member=request_user)]
print groups

account_list = Account.objects.all()
return_list = []
Expand Down

0 comments on commit 11ca6e3

Please sign in to comment.