From 6285a31c8560aebad8fa04febc7b905e38d5fc02 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sat, 18 May 2024 20:37:16 +0200 Subject: [PATCH] Remove commented --- crates/proto-xmpp/src/muc/mod.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crates/proto-xmpp/src/muc/mod.rs b/crates/proto-xmpp/src/muc/mod.rs index b00460f..32ea326 100644 --- a/crates/proto-xmpp/src/muc/mod.rs +++ b/crates/proto-xmpp/src/muc/mod.rs @@ -157,11 +157,6 @@ impl ToXml for XUser { } } -// -// -// dddddd -// - #[derive(Debug, PartialEq, Eq)] pub struct Delay { xmlns: String,