From: Michael Date: Sun, 9 May 2021 12:05:22 +0000 (+0000) Subject: Unused use removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ac74f9cc9dd13a974baffe4919544b02e789372;p=friendica.git Unused use removed --- diff --git a/src/Module/Api/Mastodon/Notifications.php b/src/Module/Api/Mastodon/Notifications.php index 91b58b603a..8f1b1d2d97 100644 --- a/src/Module/Api/Mastodon/Notifications.php +++ b/src/Module/Api/Mastodon/Notifications.php @@ -21,7 +21,6 @@ namespace Friendica\Module\Api\Mastodon; -use Friendica\Core\Logger; use Friendica\Core\System; use Friendica\Database\DBA; use Friendica\DI;