refactor: remove forgotten print

This commit is contained in:
EETagent 2022-10-28 14:41:30 +02:00
parent b760560b1a
commit 7b53891007

View file

@ -281,8 +281,6 @@ mod tests {
.await
.unwrap();
eprint!("{}", encrypted);
assert!(base64::decode(encrypted).is_ok());
}