Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jackson committed Sep 5, 2024
1 parent eb5222a commit 0840165
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ async fn authenticate_ldap(
let email = format!("{}{}", username, ldapsuffix);

// Attempts a simple bind using the passed in values of username and Password
println!("{:?}", password);
let result = ldap
.simple_bind(email.as_str(), &password)
.await
Expand Down

0 comments on commit 0840165

Please sign in to comment.