diff --git a/core/src/crypto.rs b/core/src/crypto.rs index 16d2c3b..2c9706b 100644 --- a/core/src/crypto.rs +++ b/core/src/crypto.rs @@ -281,8 +281,6 @@ mod tests { .await .unwrap(); - eprint!("{}", encrypted); - assert!(base64::decode(encrypted).is_ok()); }