From: Art4 Date: Tue, 4 Feb 2025 14:37:29 +0000 (+0000) Subject: Remove debug execption X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8cb48ded4dabc5c368576d71fb36d8f51188b70a;p=friendica.git Remove debug execption --- diff --git a/src/Module/Admin/Addons/Details.php b/src/Module/Admin/Addons/Details.php index b7ffdd39a0..a102f4d269 100644 --- a/src/Module/Admin/Addons/Details.php +++ b/src/Module/Admin/Addons/Details.php @@ -94,8 +94,6 @@ class Details extends BaseAdmin $t = Renderer::getMarkupTemplate('admin/addons/details.tpl'); - throw new \Exception('ff'); - return Renderer::replaceMacros($t, [ '$title' => DI::l10n()->t('Administration'), '$page' => DI::l10n()->t('Addons'),