fix: remove unused slog import from profile_handler.go

Logging moved into UserService during migration — handler no longer
calls slog directly.

https://claude.ai/code/session_01CBFF3r84ywkJRWwuqw8zD8
This commit is contained in:
Claude
2026-04-05 21:56:17 +00:00
parent 03cc77dfe5
commit f1a5b5188c
-1
View File
@@ -3,7 +3,6 @@ package api
import (
"encoding/json"
"fmt"
"log/slog"
"net/http"
"net/url"
"strings"