Skip to content

Commit

Permalink
Borrando un comentario
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Álvarez committed May 3, 2020
1 parent c906d53 commit e34443e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion popular_proposal/filters.py
Expand Up @@ -68,7 +68,6 @@ def __init__(self,
if self.area is not None:
queryset = queryset.filter(area=self.area)
if d and self.area:
print("<----------------", self.area)
d['area'] = self.area.id
super(ProposalWithoutAreaFilter, self).__init__(data=d,
queryset=queryset,
Expand Down

0 comments on commit e34443e

Please sign in to comment.