remove print

This commit is contained in:
Sebastian Klähn
2022-09-12 13:23:01 +02:00
committed by Septias
parent 44508eb392
commit 662f0b9a1c

View File

@@ -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 { .. }))