Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Sep 10, 2018
1 parent 02d9f5b commit 6ba5de3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/environments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ def get_all_feature_states(self):
# get all features that have been overridden for an identity
# and only feature states for features which are not associated with an identity
# and are not in the to be overridden
print self.identity_features.filter(identity=self).values_list(
'feature__id', flat=True
)

flags = FeatureState.objects.filter(
Q(environment=self.environment) &
(
Expand Down

0 comments on commit 6ba5de3

Please sign in to comment.