We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d9f5b commit 6ba5de3Copy full SHA for 6ba5de3
src/environments/models.py
@@ -75,10 +75,6 @@ def get_all_feature_states(self):
75
# get all features that have been overridden for an identity
76
# and only feature states for features which are not associated with an identity
77
# and are not in the to be overridden
78
- print self.identity_features.filter(identity=self).values_list(
79
- 'feature__id', flat=True
80
- )
81
-
82
flags = FeatureState.objects.filter(
83
Q(environment=self.environment) &
84
(
0 commit comments