From fb1dc1ade2844e0534a4b1fe3bc3f32cb11f94a8 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Tue, 24 Jan 2023 20:31:13 -0500 Subject: [PATCH] Remove debug print --- src/lib/lib.rs | 1 - 1 file changed, 1 deletion(-) 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(); }