mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 20:42:15 +00:00
refactor: remove forgotten print
This commit is contained in:
parent
b760560b1a
commit
7b53891007
1 changed files with 0 additions and 2 deletions
|
|
@ -281,8 +281,6 @@ mod tests {
|
|||
.await
|
||||
.unwrap();
|
||||
|
||||
eprint!("{}", encrypted);
|
||||
|
||||
assert!(base64::decode(encrypted).is_ok());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue