From 662f0b9a1c8713ed261f4c444694549dc088bcfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= Date: Mon, 12 Sep 2022 13:23:01 +0200 Subject: [PATCH] remove print --- src/webxdc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webxdc.rs b/src/webxdc.rs index 71c292d14..cabbbb3d2 100644 --- a/src/webxdc.rs +++ b/src/webxdc.rs @@ -2431,7 +2431,6 @@ sth_for_the = "future""# alice.flush_status_updates().await?; - println!("received event"); alice .evtracker .get_matching(|evt| matches!(evt, EventType::WebxdcUpToDate { .. }))