diff --git a/src/crypto/machine.rs b/src/crypto/machine.rs index 259a6fb9..fbee5e3d 100644 --- a/src/crypto/machine.rs +++ b/src/crypto/machine.rs @@ -155,7 +155,6 @@ impl OlmMachine { fn sign_json(&self, json: &Value) -> String { let canonical_json = cjson::to_string(json).expect(&format!("Can't serialize {} to canonical JSON", json)); - println!("HELLO SIGNING {}", canonical_json); self.account.sign(&canonical_json) }