Skip to content
Snippets Groups Projects
Commit da416528 authored by Sandro Lutz's avatar Sandro Lutz
Browse files

Remove debug output

parent 6a2f5fbe
No related branches found
Tags v7.0
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment