Skip to content

Commit 96a1a00

Browse files
committed
remove stray dbg added in #7374
1 parent 9b7c249 commit 96a1a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/src/app/login.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl super::Nexus {
6060
let (authenticated_subject, relay_state_string) =
6161
match identity_provider {
6262
IdentityProviderType::Saml(saml_identity_provider) => {
63-
let body_bytes = dbg!(body_bytes.as_str())?;
63+
let body_bytes = body_bytes.as_str()?;
6464
saml_identity_provider.authenticated_subject(
6565
&body_bytes,
6666
self.samael_max_issue_delay(),

0 commit comments

Comments
 (0)