From 62428309feec5d63f727e0998fbe5d77d7db9d6e Mon Sep 17 00:00:00 2001 From: shocknet-justin Date: Thu, 27 Nov 2025 01:12:52 -0500 Subject: [PATCH] logs --- scripts/handle_macos.sh | 1 - scripts/install.sh | 1 - 2 files changed, 2 deletions(-) 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 ;; *)