From 7b53891007f9fb9efb394fa7096af8663df767a6 Mon Sep 17 00:00:00 2001 From: EETagent Date: Fri, 28 Oct 2022 14:41:30 +0200 Subject: [PATCH] refactor: remove forgotten print --- core/src/crypto.rs | 2 -- 1 file changed, 2 deletions(-) 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()); }