Skip to content

Commit 4ac3e4e

Browse files
committed
Remove unnecessary logging
1 parent 01b03d8 commit 4ac3e4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/FeatureFlag.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ public static function evaluateFlagDependency($property, $flagsByKey, $evaluatio
506506

507507
// Handle circular dependency (empty chain means circular)
508508
if (count($dependencyChain) === 0) {
509-
error_log(sprintf("Circular dependency detected for flag: %s", $property["key"] ?? "unknown"));
510509
throw new InconclusiveMatchException(sprintf(
511510
"Circular dependency detected for flag '%s'",
512511
$property["key"] ?? "unknown"

0 commit comments

Comments
 (0)