Skip to content

Commit 6ba5de3

Browse files
committed
Remove print statement
1 parent 02d9f5b commit 6ba5de3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/environments/models.py

-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ def get_all_feature_states(self):
7575
# get all features that have been overridden for an identity
7676
# and only feature states for features which are not associated with an identity
7777
# 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-
8278
flags = FeatureState.objects.filter(
8379
Q(environment=self.environment) &
8480
(

0 commit comments

Comments
 (0)