diff --git a/core/modules/block_place/block_place.module b/core/modules/block_place/block_place.module index c91c9c2d57..902486881b 100644 --- a/core/modules/block_place/block_place.module +++ b/core/modules/block_place/block_place.module @@ -13,8 +13,6 @@ use Drupal\Core\Routing\RouteMatchInterface; use Drupal\Core\Url; -@trigger_error('The Place Blocks module is deprecated in drupal:8.8.0 and will be removed from drupal:9.0.0. See the change record for a list of alternatives. See https://www.drupal.org/node/3081957.', E_USER_DEPRECATED); - /** * Implements hook_help(). */