Skip to content

Commit

Permalink
remove flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstyear committed Aug 14, 2024
1 parent cae7f79 commit d31e286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/src/ldap_debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ fn main() {
ldap3_cli_common::start_tracing(opt.verbose);
info!("ldap debugging assistance tool");

/*
if cfg!(feature = "strict") {
info!("strict is enabled, some features may not work");
}
*/

match opt.action {
LdapDebugAction::BerDump(ber_dump_opts) => {
Expand Down

0 comments on commit d31e286

Please sign in to comment.