Skip to content

Commit

Permalink
attributes logging was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Kim committed Jul 4, 2024
1 parent e35a7de commit afe3c39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/main/java/growthbook/sdk/java/FeatureEvaluator.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,8 @@ public <ValueType> FeatureResult<ValueType> evaluateFeature(
if (attributes == null) {
attributes = new JsonObject();
}
log.info("\n\nAttributes = {}", attributes);

// Loop through the feature rules (if any)

for (FeatureRule<ValueType> rule : feature.getRules()) {
// If there are prerequisite flag(s), evaluate them
if (rule.getParentConditions() != null) {
Expand Down

0 comments on commit afe3c39

Please sign in to comment.