Skip to content

Commit

Permalink
removed debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
robklg committed Nov 28, 2023
1 parent 74084f6 commit c918abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/unftp-auth-rest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ impl Authenticator<DefaultUser> for RestAuthenticator {
None => json!(null).to_string(),
};

println!("{}", parsed);
if self.regex.is_match(&parsed) {
Ok(DefaultUser {})
} else {
Expand Down

0 comments on commit c918abd

Please sign in to comment.