diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index 525763f40bfed33fd295baec1abfd09f0bf82cb2..d554b2985474ac3dd678ea9b0db0eda9f5cdfd4e 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -1217,11 +1217,6 @@ function uw_cfg_common_form_user_register_form_alter(array &$form, FormStateInte
  */
 function uw_cfg_common_form_alter(array &$form, FormStateInterface $form_state, string $form_id): void {
 
-  // Hide hide_branding field in simple sitemap settings.
-  if ($form_id == 'simple_sitemap_settings_form' && isset($form['settings']['hide_branding'])) {
-    unset($form['settings']['hide_branding']);
-  }
-
   // Only blog, event and news item has 'Image' option.
   $hero_image_form_ids = [
     'node_uw_ct_blog_form',