Skip to content

Commit

Permalink
remove print from test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik1000 committed Mar 27, 2022
1 parent 091b675 commit 9ab4304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/logout_token.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ mod tests {
"#,
)
.unwrap();
println!("{:#?}", t.identifier());
assert!(matches!(
t.identifier(),
Identifier::Both {
Expand Down

0 comments on commit 9ab4304

Please sign in to comment.