global-functions: $ScriptInstallUpdate: drop output on commit...

... now that we have it on loading global functions.
This commit is contained in:
Christian Hesse 2026-01-20 11:41:18 +01:00
parent 36d6a4235a
commit 70481f6321

View file

@ -1271,7 +1271,6 @@
:global ScriptUpdatesUrlSuffix;
:global CertificateAvailable;
:global CommitBrief;
:global EitherOr;
:global FetchUserAgentStr;
:global Grep;
@ -1436,10 +1435,6 @@
}
}
:if ($CommitIdBefore != $CommitId) do={
$LogPrint info $0 ("Updated to commit: " . [ $CommitBrief ]);
}
:if ($ExpectedConfigVersionBefore > $ExpectedConfigVersion) do={
$LogPrint warning $0 ("The configuration version decreased from " . \
$ExpectedConfigVersionBefore . " to " . $ExpectedConfigVersion . \