diff --git a/lib/Hooks/UserHooks.php b/lib/Hooks/UserHooks.php index 7cb771ad6995ad485df3a6d5b22399d31a1822c7..acccef3171f292ccd44bb135bd9752d99a01107d 100644 --- a/lib/Hooks/UserHooks.php +++ b/lib/Hooks/UserHooks.php @@ -97,7 +97,6 @@ class UserHooks { } } else { // User couldn't be verified or API is not working properly - $this->logger->debug('User: Name: ' .$nextCloudUser->getUID()); if ($nextCloudUser != null && !$this->groupManager->isAdmin($user)) { $this->preventUserLogin($nextCloudUser, $password); }