Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit d94da09

Browse files
committed
chore: removed debug from parser
1 parent 4fa4927 commit d94da09

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/custom/oauth.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ fn parse_info(data: &[u8]) -> Result<Info, OAuthError> {
142142
error,
143143
error_description,
144144
};
145-
println!("{:?}", info);
146-
147145
Ok(info)
148146
}
149147

0 commit comments

Comments
 (0)