mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-21 18:56:27 +00:00
Remove extra print
This commit is contained in:
parent
8171464c49
commit
6ee352d35e
@ -115,7 +115,7 @@ fn invite_from_ldap(
|
||||
println!("Try to invite user: {}", user_email);
|
||||
let response = client.invite(user_email);
|
||||
num_users = num_users + 1;
|
||||
println!("Invite response: {:?}", response);
|
||||
// println!("Invite response: {:?}", response);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user