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