From 373ba9e19bb6ddbdbfb55464436bf344d607cdb8 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sun, 27 Aug 2023 21:47:51 +0200 Subject: [PATCH] Fix --- src/updater.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/updater.rs b/src/updater.rs index 226ac8d..d4c9cdf 100644 --- a/src/updater.rs +++ b/src/updater.rs @@ -525,6 +525,4 @@ pub async fn cron_jobs() { Ok(v) => v, Err(err) => panic!("{:?}", err), }; - - log::info!("Scheduler shutdown..."); } \ No newline at end of file