Removing duplicated code

remotes/origin/enhancement/email-actions
Anler Hp 2014-06-18 14:14:14 +02:00
parent 951020e528
commit 66071b5841
1 changed files with 0 additions and 4 deletions

View File

@ -189,10 +189,6 @@ class Project(ProjectDefaults, TaggedMixin):
if len(roles) == 0:
return
# Do nothing if project does not have roles
if len(roles) == 0:
return
# Get point instance that represent a null/undefined
null_points_value = self.points.get(value=None)