mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 13:26:28 +03:00
improve logging
This commit is contained in:
@@ -136,11 +136,6 @@ async fn decode_openpgp(context: &Context, qr: &str) -> Lot {
|
||||
return format_err!("Bad fingerprint length in QR code").into();
|
||||
}
|
||||
|
||||
println!(
|
||||
"{:?} {:?} {:?} {:?} {:?} {:?} {:?}",
|
||||
addr, name, invitenumber, auth, grpid, grpname, fingerprint
|
||||
);
|
||||
|
||||
let mut lot = Lot::new();
|
||||
|
||||
// retrieve known state for this fingerprint
|
||||
|
||||
Reference in New Issue
Block a user