Skip to content

Commit

Permalink
chore(backend): remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
detj committed Nov 27, 2023
1 parent f4d9586 commit 18a56c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion measure-backend/measure-go/teams.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (

func getTeams(c *gin.Context) {
userId := c.GetString("userId")
fmt.Println("userId", userId)
u := &User{
id: userId,
}
Expand Down

0 comments on commit 18a56c5

Please sign in to comment.