Skip to content

Commit 7157835

Browse files
author
Josh
committed
ah yes
1 parent 024bc11 commit 7157835

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/v1/user.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
"strings"
1010
"unicode"
1111

12-
"golang.org/x/exp/slog"
13-
1412
"github.com/jmoiron/sqlx"
1513
"github.com/osuAkatsuki/akatsuki-api/common"
1614
"github.com/osuAkatsuki/akatsuki-api/externals"
@@ -331,8 +329,6 @@ func UserFullGET(md common.MethodData) common.CodeMessager {
331329
return Err500
332330
}
333331

334-
slog.Info("userDB", "userDB", userDB)
335-
336332
// Convert userDB to userData and set it in the response
337333
r.userData = userDB.toUserData(eligibleTitles)
338334

0 commit comments

Comments
 (0)