diff --git a/scripts/handle_macos.sh b/scripts/handle_macos.sh index e2d05c08..b6ae28ed 100644 --- a/scripts/handle_macos.sh +++ b/scripts/handle_macos.sh @@ -40,7 +40,6 @@ handle_macos() { pub_upgrade_status=100 ;; 2) - log "Lightning.Pub is already up-to-date. No action needed." pub_upgrade_status=2 ;; *) diff --git a/scripts/install.sh b/scripts/install.sh index c101c888..340afa18 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -231,7 +231,6 @@ else pub_upgrade_status=100 # Indicates an upgrade, services should restart ;; 2) - log "Lightning.Pub is already up-to-date. No action needed." pub_upgrade_status=2 # Special status to skip service restart ;; *)