Skip to content

Commit cf303c7

Browse files
authored
fix: Silence warning when receiving analytics for unknown flags (#5552)
1 parent 60662fb commit cf303c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

api/app_analytics/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ def _is_data_valid(self) -> bool:
8585
for evaluation in self.evaluations:
8686
if evaluation["feature_name"] in environment_feature_names:
8787
continue
88-
logger.warning(
89-
f"Feature {evaluation['feature_name']} does not belong to project"
90-
)
9188
valid = False
9289

9390
return valid

0 commit comments

Comments
 (0)