aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_App.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/legacy/OC_App.php')
-rw-r--r--lib/private/legacy/OC_App.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php
index f5e4780a25f..c7433d7c6c8 100644
--- a/lib/private/legacy/OC_App.php
+++ b/lib/private/legacy/OC_App.php
@@ -429,7 +429,6 @@ class OC_App {
*/
public function enable(string $appId,
array $groups = []) {
-
// Check if app is already downloaded
/** @var Installer $installer */
$installer = \OC::$server->query(Installer::class);