Browse Source

Remove logging

Janus 4 years ago
parent
commit
6463a43b5b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/service/btc.rs

+ 0 - 1
src/service/btc.rs

@@ -62,7 +62,6 @@ impl Keypair {
 
 
         bytes[..SECRET_KEY_SIZE].copy_from_slice(self.secret.as_ref());
         bytes[..SECRET_KEY_SIZE].copy_from_slice(self.secret.as_ref());
         bytes[SECRET_KEY_SIZE..].copy_from_slice(&self.public.serialize());
         bytes[SECRET_KEY_SIZE..].copy_from_slice(&self.public.serialize());
-        debug!(target: "BTC BRIDGE", "Keypair to bytes: {:?}", bytes);
 
 
         bytes
         bytes
     }
     }