We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc45a6 commit dbd2fbaCopy full SHA for dbd2fba
1 file changed
src/parser/dms.rs
@@ -889,9 +889,6 @@ pub async fn print_direct_messages(
889
sender_pubkey.to_string()
890
};
891
892
- println!("mostro pubkey : {}", mostro_pubkey.unwrap());
893
- println!("sender pubkey : {}", sender_pubkey);
894
-
895
// Print message header
896
println!("📄 Message {}:", i + 1);
897
println!("─────────────────────────────────────");
0 commit comments