Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekes committed Aug 13, 2024
1 parent 10cf7cc commit e577d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion localgov_microsites_group.install
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function localgov_microsites_group_update_9005() {
// $config_manager->loadConfigEntityByName('')
$dependencies = $config_manager->findConfigEntityDependencies('module', ['domain_group']);
foreach ($dependencies as $name => $dependency) {
var_dump($name);
$config = $config_manager->loadConfigEntityByName($name);
$config->save();
}
Expand Down

0 comments on commit e577d98

Please sign in to comment.