🔇 remove debugging stuff
parent
800dbcb019
commit
80c43caf71
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue