From e495fbfd99423fe0280ca249de2170a7f4f003d9 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Sun, 9 Feb 2025 17:33:07 +0000 Subject: [PATCH] Remove comment --- internal/glance/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/glance/main.go b/internal/glance/main.go index 605627e..baac315 100644 --- a/internal/glance/main.go +++ b/internal/glance/main.go @@ -151,7 +151,6 @@ func serveUpdateNoticeIfConfigLocationNotMigrated(configPath string) bool { templateFile, _ := templateFS.Open("v0.7-update-notice-page.html") bodyContents, _ := io.ReadAll(templateFile) - // TODO: update - add link fmt.Println("!!! WARNING !!!") fmt.Println("The default location of glance.yml in the Docker image has changed starting from v0.7.0.") fmt.Println("Please see https://github.com/glanceapp/glance/blob/main/docs/v0.7.0-upgrade.md for more information.")