diff --git a/src/lib/lib.rs b/src/lib/lib.rs index 6e364ad..6236635 100644 --- a/src/lib/lib.rs +++ b/src/lib/lib.rs @@ -150,7 +150,6 @@ impl Lune { }; // If there are no tasks left running, it is now // safe to close the receiver and end execution - println!("{}", task_count); if task_count == 0 { receiver.close(); }