Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Oct 29, 2024
1 parent e7616da commit 0cdda2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/bls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 0cdda2f

Please sign in to comment.