Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieRL committed Aug 3, 2018
1 parent 60e262a commit a7bb774
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dispatch/api/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ def get_publishable_queryset(self):

if version is not None:
queryset = queryset.filter(revision_id=version)
# elif self.request.method == 'DELETE':
# if queryset:
# queryset = queryset.filter(id=F('parent_id'))
else:
queryset = queryset.filter(head=True)
else:
Expand Down

0 comments on commit a7bb774

Please sign in to comment.