diff --git a/wallet/src/libwallet/api.rs b/wallet/src/libwallet/api.rs index 279307a48..13af170b5 100644 --- a/wallet/src/libwallet/api.rs +++ b/wallet/src/libwallet/api.rs @@ -832,7 +832,6 @@ where /// Verifies all messages in the slate match their public keys pub fn verify_slate_messages(&mut self, slate: &Slate) -> Result<(), Error> { - error!("verify_slate_messages - enter"); let secp = Secp256k1::with_caps(ContextFlag::VerifyOnly); slate.verify_messages(&secp)?; Ok(())