3
0
mirror of https://github.com/snipe/snipe-it.git synced 2025-12-01 11:30:10 +00:00

Removed debugging

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2024-10-11 16:06:17 +01:00
parent feaa714304
commit 0d35335da7

View File

@ -22,7 +22,6 @@ class StoreLdapSettings extends FormRequest
*/
public function rules(): array
{
\Log::error('boop');
return [
'ldap_username_field' => 'not_in:sAMAccountName|required_if:ldap_enabled,1',
'ldap_auth_filter_query' => 'not_in:uid=samaccountname|required_if:ldap_enabled,1',