From f1a5b5188c0d55a982bbfa5c6e44fb5e08c39304 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 5 Apr 2026 21:56:17 +0000 Subject: [PATCH] fix: remove unused slog import from profile_handler.go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Logging moved into UserService during migration — handler no longer calls slog directly. https://claude.ai/code/session_01CBFF3r84ywkJRWwuqw8zD8 --- Server/api/profile_handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/api/profile_handler.go b/Server/api/profile_handler.go index a4553207..006115fe 100644 --- a/Server/api/profile_handler.go +++ b/Server/api/profile_handler.go @@ -3,7 +3,6 @@ package api import ( "encoding/json" "fmt" - "log/slog" "net/http" "net/url" "strings"