From 6ac74f9cc9dd13a974baffe4919544b02e789372 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 9 May 2021 12:05:22 +0000 Subject: [PATCH] Unused use removed --- src/Module/Api/Mastodon/Notifications.php | 1 - 1 file changed, 1 deletion(-) 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;