diff --git a/src/webxdc.rs b/src/webxdc.rs index 76b8b9e5e..0071a9deb 100644 --- a/src/webxdc.rs +++ b/src/webxdc.rs @@ -2384,7 +2384,6 @@ sth_for_the = "future""# let alice = TestContext::new_alice().await; let chat_id = create_group_chat(&alice, ProtectionStatus::Unprotected, "foo").await?; let instance = send_webxdc_instance(&alice, chat_id).await?; - //let msg_id = alice.pop_sent_msg().await; message::delete_msgs(&alice, &[instance.id]).await?; alice .evtracker