diff --git a/web/modules/weather_blocks/src/Plugin/Block/AreaForecastDiscussionBlock.php b/web/modules/weather_blocks/src/Plugin/Block/AreaForecastDiscussionBlock.php deleted file mode 100644 index 0e90d05f0..000000000 --- a/web/modules/weather_blocks/src/Plugin/Block/AreaForecastDiscussionBlock.php +++ /dev/null @@ -1,35 +0,0 @@ -getLocation(); - - if ($location->grid) { - try { - $data = $this->weatherData->getLatestAFD($location->grid->wfo); - return $data; - } catch (\Throwable $e) { - $logger = $this->getLogger("afds"); - $logger->error($e->getMessage()); - return ["error" => true]; - } - } - return null; - } -} diff --git a/web/themes/new_weather_theme/templates/layout/page--point.html.twig b/web/themes/new_weather_theme/templates/layout/page--point.html.twig index 7d3a47701..791615146 100644 --- a/web/themes/new_weather_theme/templates/layout/page--point.html.twig +++ b/web/themes/new_weather_theme/templates/layout/page--point.html.twig @@ -59,8 +59,6 @@ {% include '@new_weather_theme/partials/radar.html.twig' with { 'point': weather.point } %} {% include '@new_weather_theme/partials/satellite.html.twig' %} - - {#{ drupal_block("weathergov_area_forecast_discussion") }#}