Skip to content

Commit

Permalink
Removed debugging
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Oct 11, 2024
1 parent feaa714 commit 0d35335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Requests/StoreLdapSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function authorize(): bool
*/
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',
Expand Down

0 comments on commit 0d35335

Please sign in to comment.