removed logging of all users

This commit is contained in:
Roland Gruber 2019-01-09 18:53:20 +01:00
parent 20f617ebdf
commit 104bfb0682
1 changed files with 0 additions and 1 deletions

View File

@ -1391,7 +1391,6 @@ class posixGroup extends baseModule implements passwordService {
}
}
logNewMessage(LOG_DEBUG, 'Found ' . $resultCount . ' Unix users.');
logNewMessage(LOG_DEBUG, print_r($result, true));
return $this->cachedUserToGIDList;
}