File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/Step/Deploy/PreDeploy/ConfigUpdate Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ public function execute()
94
94
if (isset ($ cacheConfig ['frontend ' ])) {
95
95
$ cacheConfig ['frontend ' ] = array_filter ($ cacheConfig ['frontend ' ], function ($ cacheFrontend ) {
96
96
$ backend = $ cacheFrontend ['backend ' ];
97
- print_r ($ cacheFrontend );
98
97
$ customCacheBackend = $ cacheFrontend ['_custom_valkey_backend ' ]
99
98
?? $ cacheFrontend ['_custom_redis_backend ' ]
100
99
?? false ;
@@ -186,10 +185,6 @@ private function checkBackendModel(string $backend): void
186
185
];
187
186
188
187
try {
189
- print_r ($ backend );
190
- var_dump ($ backend );
191
- echo 'debug code ' ;
192
- print_r ($ notAllowedValkeyBackend );
193
188
if (in_array ($ backend , $ notAllowedValkeyBackend , true )
194
189
&& !$ this ->magentoVersion ->isGreaterOrEqual ('2.4.8 ' )) {
195
190
throw new StepException (
You can’t perform that action at this time.
0 commit comments