other: remove unused import

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/579/head
Varun Patil 2023-04-17 09:19:32 -07:00
parent d895648015
commit 529b9573d9
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ class OtherController extends GenericApiController
return Util::guardEx(function () {
$config = \OC::$server->get(\OCP\IConfig::class);
$index = \OC::$server->get(\OCA\Memories\Service\Index::class);
$session = \OC::$server->get(\OCP\ISession::class);
// Build status array
$status = [];