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