🔇 remove debugging stuff

main
Trisha Lefler 2022-03-25 16:53:51 -05:00
parent 800dbcb019
commit 80c43caf71
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}
});