This commit is contained in:
snltty
2025-02-15 15:27:23 +08:00
parent 246b0bc953
commit ee882baf61
42 changed files with 178 additions and 201 deletions

View File

@@ -125,8 +125,6 @@ namespace linker.messenger.updater
{
if (updaterCommonTransfer.CheckUpdate)
{
if (LoggerHelper.Instance.LoggerLevel <= LoggerTypes.DEBUG)
LoggerHelper.Instance.Info($"auto check update");
await updaterHelper.GetUpdateInfo(updateInfo);
}
return true;