Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioribeiro committed Sep 22, 2024
1 parent 4e13164 commit 027dd5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Services/CacheControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,7 @@ public function getStrategyArray(string|null $strategyName): array
return Helpers::configArray('edge-flush.strategies.types.zero') ?? [];
}

Helpers::debug("1: $strategyName");
$strategyName = Helpers::configString("edge-flush.strategies.built-in-strategies.$strategyName") ?? $strategyName;
Helpers::debug("2: $strategyName");

if (trim($strategyName) === '') {
return [];
Expand Down

0 comments on commit 027dd5f

Please sign in to comment.