mirror of
https://github.com/lune-org/lune.git
synced 2024-12-13 13:30:38 +00:00
Remove debug print
This commit is contained in:
parent
915dbf7bd9
commit
fb1dc1ade2
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue