diff --git a/bin/bfaupdate.sh b/bin/bfaupdate.sh
index 625163b16676aa5d8c7a1b3dc707b69942431fe8..6a3670b821972bd0fd826524f818ebce5ef80959 100755
--- a/bin/bfaupdate.sh
+++ b/bin/bfaupdate.sh
@@ -35,7 +35,6 @@ function aptinstall
     do
         dpkg --verify $pkg 2>/dev/null ||
         (
-            info "Installing $pkg"
             runasownerof / apt -y install $pkg
         )
     done