Skip to content

Commit

Permalink
remove extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
Travers Franckle committed Oct 8, 2012
1 parent c22cbfd commit 9826c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indivo/views/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def record_share_delete(request, record, other_account_id):
routes = RecordNotificationRoute.objects.filter(record = record, account = account)
routes.delete()
return DONE
return DONE
except Account.DoesNotExist:
raise Http404
except Principal.DoesNotExist:
Expand Down

0 comments on commit 9826c67

Please sign in to comment.