lots of stuff, don't truly remember
This commit is contained in:
@@ -61,8 +61,6 @@ func (r *Repository) GetUserByID(id uint) (*User, error) {
|
||||
user.Profile = &profile
|
||||
}
|
||||
|
||||
log.Printf("DEBUG: Loaded user %d, profile ID=%d, profile=%+v", id, profile.ID, user.Profile)
|
||||
|
||||
return &user, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user