From 391fb88bce4e66c3f734242e9a1af38ac527431c Mon Sep 17 00:00:00 2001 From: Eva Ho Date: Thu, 18 Dec 2025 16:48:14 -0500 Subject: [PATCH] address comment --- app/updater/updater.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/updater/updater.go b/app/updater/updater.go index b7a3d0dfd..d05a375d8 100644 --- a/app/updater/updater.go +++ b/app/updater/updater.go @@ -63,8 +63,6 @@ func (u *Updater) checkForUpdate(ctx context.Context) (bool, UpdateResponse) { query.Add("version", currentVersion) query.Add("ts", strconv.FormatInt(time.Now().Unix(), 10)) - slog.Debug("checking for update", "current_version", currentVersion, "os", runtime.GOOS, "arch", runtime.GOARCH) - // The original macOS app used to use the device ID // to check for updates so include it if present if runtime.GOOS == "darwin" {