mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 05:51:56 +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
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
eprint!("{}", encrypted);
|
|
||||||
|
|
||||||
assert!(base64::decode(encrypted).is_ok());
|
assert!(base64::decode(encrypted).is_ok());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue