From 0cdda2f2d6192d5990406c26d174583224d8a1a5 Mon Sep 17 00:00:00 2001 From: Neylix Date: Tue, 29 Oct 2024 11:29:34 +0100 Subject: [PATCH] Remove debug println --- native/bls/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/native/bls/src/lib.rs b/native/bls/src/lib.rs index 6c6e1a9..d439416 100644 --- a/native/bls/src/lib.rs +++ b/native/bls/src/lib.rs @@ -71,7 +71,6 @@ pub fn verify_signature<'a>(env: Env<'a>, public_key: Binary, message: Binary, s } }, Err(e) => { - println!("hello there!"); return (atoms::error(), e.to_atom(env)).encode(env) } }