Skip to content

Commit

Permalink
Issue #64
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Kim committed May 31, 2024
1 parent 271865f commit 024420c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public <ValueType> FeatureResult<ValueType> evaluateFeature(

try {
// block that handle recursion
System.out.println("evaluateFeature: circular dependency detected:");
// System.out.println("evaluateFeature: circular dependency detected:");
if (featureEvalContext.getEvaluatedFeatures().contains(key)) {
FeatureResult<ValueType> featureResultWhenCircularDependencyDetected = FeatureResult
.<ValueType>builder()
Expand Down

0 comments on commit 024420c

Please sign in to comment.