xmpp: Remove noisy info log
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
491264fe00
commit
2e66f848f6
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ pub async fn handle_disco_info_result(agent: &mut Agent, disco: DiscoInfoResult,
|
|||
// TODO: only send this when the JoinRooms feature is enabled.
|
||||
agent.awaiting_disco_bookmarks_type = false;
|
||||
let mut perform_bookmarks2 = false;
|
||||
info!("{:#?}", disco.features);
|
||||
for feature in disco.features {
|
||||
if feature.var == "urn:xmpp:bookmarks:1#compat" {
|
||||
perform_bookmarks2 = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue