From e8f97830572e031f1a1ac280dfb49c28b8077223 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 10 Jan 2025 14:50:30 -0800 Subject: [PATCH] nextcloud: Drop some dead code It does not seem to be used anywhere now. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/nextcloud/__init__.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/plinth/modules/nextcloud/__init__.py b/plinth/modules/nextcloud/__init__.py index 97d4a4bad..7acaa68fd 100644 --- a/plinth/modules/nextcloud/__init__.py +++ b/plinth/modules/nextcloud/__init__.py @@ -21,15 +21,6 @@ from plinth.utils import format_lazy from . import manifest, privileged -_alert = ''' - -''' _description = [ _('Nextcloud is a self-hosted productivity platform which provides ' 'private and secure functions for file sharing, collaborative work, '