We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b03d8 commit 4ac3e4eCopy full SHA for 4ac3e4e
1 file changed
lib/FeatureFlag.php
@@ -506,7 +506,6 @@ public static function evaluateFlagDependency($property, $flagsByKey, $evaluatio
506
507
// Handle circular dependency (empty chain means circular)
508
if (count($dependencyChain) === 0) {
509
- error_log(sprintf("Circular dependency detected for flag: %s", $property["key"] ?? "unknown"));
510
throw new InconclusiveMatchException(sprintf(
511
"Circular dependency detected for flag '%s'",
512
$property["key"] ?? "unknown"
0 commit comments