Skip to content

Commit 23c126f

Browse files
committed
valkey issue fixed and debug code removed
1 parent 9f08998 commit 23c126f

File tree

1 file changed

+0
-5
lines changed
  • src/Step/Deploy/PreDeploy/ConfigUpdate

1 file changed

+0
-5
lines changed

src/Step/Deploy/PreDeploy/ConfigUpdate/Cache.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public function execute()
9494
if (isset($cacheConfig['frontend'])) {
9595
$cacheConfig['frontend'] = array_filter($cacheConfig['frontend'], function ($cacheFrontend) {
9696
$backend = $cacheFrontend['backend'];
97-
print_r($cacheFrontend);
9897
$customCacheBackend = $cacheFrontend['_custom_valkey_backend']
9998
?? $cacheFrontend['_custom_redis_backend']
10099
?? false;
@@ -186,10 +185,6 @@ private function checkBackendModel(string $backend): void
186185
];
187186

188187
try {
189-
print_r($backend);
190-
var_dump($backend);
191-
echo 'debug code';
192-
print_r($notAllowedValkeyBackend);
193188
if (in_array($backend, $notAllowedValkeyBackend, true)
194189
&& !$this->magentoVersion->isGreaterOrEqual('2.4.8')) {
195190
throw new StepException(

0 commit comments

Comments
 (0)