Remove debug print

This commit is contained in:
Filip Tibell 2023-01-24 20:31:13 -05:00
parent 915dbf7bd9
commit fb1dc1ade2
No known key found for this signature in database

View file

@ -150,7 +150,6 @@ impl Lune {
}; };
// If there are no tasks left running, it is now // If there are no tasks left running, it is now
// safe to close the receiver and end execution // safe to close the receiver and end execution
println!("{}", task_count);
if task_count == 0 { if task_count == 0 {
receiver.close(); receiver.close();
} }