diff --git a/crates/ptth_server_gui/src/main.rs b/crates/ptth_server_gui/src/main.rs index a8565ab..c5de016 100644 --- a/crates/ptth_server_gui/src/main.rs +++ b/crates/ptth_server_gui/src/main.rs @@ -54,9 +54,7 @@ fn main () let fltk_tx = fltk_tx.clone (); rt.spawn (async move { - eprintln! ("Entering channel task"); while let Some (_) = hit_rx.recv ().await { - eprintln! ("fltk_tx"); fltk_tx.send (Message::Hit); } });