Skip to content

Commit b3f1d98

Browse files
jfrank-nihbryanpizzillo
authored andcommitted
(#4958) Remove unnecessary log statements
Closes #4958
1 parent 1315b9f commit b3f1d98

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docroot/profiles/custom/cgov_site/modules/custom/cgov_site_section/cgov_site_section.module

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,6 @@ function _cgov_site_section_invalidate_section_cache_tag($section_id) {
353353
'nav_api_section_nav:' . $section_id,
354354
];
355355
Cache::invalidateTags($section_cache_ids);
356-
\Drupal::logger('cgov_site_section')
357-
->notice('Invalidated Cache Tag for Site Section with tid: ' .
358-
$section_id);
359356
}
360357
}
361358

@@ -372,9 +369,6 @@ function _cgov_site_section_invalidate_mobile_nav_cache_tag($section_id) {
372369
'nav_api_mobile_nav:' . $section_id,
373370
];
374371
Cache::invalidateTags($section_cache_ids);
375-
\Drupal::logger('cgov_site_section')
376-
->notice('Invalidated Cache Tag for mobile nav with tid: ' .
377-
$section_id);
378372
}
379373
}
380374

0 commit comments

Comments
 (0)