diff --git a/osupdater/src/main.rs b/osupdater/src/main.rs
index 2f5281c..8773bc6 100644
--- a/osupdater/src/main.rs
+++ b/osupdater/src/main.rs
@@ -81,7 +81,6 @@ fn update_dnf() {
let path_dnf5 = Path::new(&dnf5_bin);
if path_dnf5.exists() {
- cprintln!("osupdater: dnf found but skipped since dnf5 is present");
cprintln!("osupdater: Updating via dnf5");
let mut cmd =
Command::new(&sudo_bin)