Skip to content

Commit

Permalink
Removes debugger breakpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jan 26, 2019
1 parent 1be24aa commit 04040a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arches/app/views/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ class Surveys(APIBase):
def get(self, request):
if hasattr(request.user, 'userprofile') is not True:
models.UserProfile.objects.create(user=request.user)
import ipdb
ipdb.set_trace()
viewable_nodegroups = request.user.userprofile.viewable_nodegroups
editable_nodegroups = request.user.userprofile.editable_nodegroups
permitted_nodegroups = viewable_nodegroups.union(editable_nodegroups)
Expand Down

0 comments on commit 04040a0

Please sign in to comment.