Skip to content

Commit 0840165

Browse files
author
Andrew Jackson
committed
remove print
1 parent eb5222a commit 0840165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ async fn authenticate_ldap(
433433
let email = format!("{}{}", username, ldapsuffix);
434434

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

0 commit comments

Comments
 (0)