We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024bc11 commit 7157835Copy full SHA for 7157835
1 file changed
app/v1/user.go
@@ -9,8 +9,6 @@ import (
9
"strings"
10
"unicode"
11
12
- "golang.org/x/exp/slog"
13
-
14
"github.com/jmoiron/sqlx"
15
"github.com/osuAkatsuki/akatsuki-api/common"
16
"github.com/osuAkatsuki/akatsuki-api/externals"
@@ -331,8 +329,6 @@ func UserFullGET(md common.MethodData) common.CodeMessager {
331
329
return Err500
332
330
}
333
334
- slog.Info("userDB", "userDB", userDB)
335
336
// Convert userDB to userData and set it in the response
337
r.userData = userDB.toUserData(eligibleTitles)
338
0 commit comments